﻿@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: 亞東證券
	Designed by : Vivi
	Front-End by : Evy
	Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
	Author Web: www.pavi.com.tw */
/*--> a Link / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/*--> line-clamp / 限制行數, 最大高度, 固定高度----------------------------------------------------------------------------*/
/*--> Fake object / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> newAnimate / 動畫名稱、過程(秒)、次數、反轉、延遲、結束狀態 ------------------*/
/*--> scrollMove ----------------------------------------------------------------------------*/
@-webkit-keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@-moz-keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

/*--> downToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-moz-keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

/*--> marginToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes marginToUp {
  0% {
    margin-top: 100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes marginToUp {
  0% {
    margin-top: 100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes marginToUp {
  0% {
    margin-top: 100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

/*--> fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

figure {
  line-height: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

input:focus, button:focus {
  outline: none; }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow: visible;
  display: block;
  position: relative;
  padding: 0; }

body {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.14em;
  padding: 0;
  overflow-x: hidden; }
  body:focus {
    outline: none !important; }
  body.popupOpen {
    overflow: hidden; }

*:focus {
  outline: 3px dashed #23b1e2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  outline-offset: -1px; }

input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  background: #eaeaea;
  color: #333;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 15px;
  outline: none; }
  button:visited, button:active, button:focus {
    color: #333;
    text-decoration: none; }
  button:hover {
    background: #333;
    color: #fff;
    background: #262626;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; }
  button [class^="icon-"] {
    position: relative;
    top: 1px;
    margin-right: 5px; }

figure {
  line-height: 0; }


a,
a:visited {
  position: relative;
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #262626;
    text-decoration: none; }

.hidden {
  display: none; }

.error {
  color: #E6E6E6;
  font-weight: normal; }

.note {
  color: #e60012;
  font-weight: normal; }

p {
  margin-bottom: 20px;
  line-height: 1.6em; }

.center {
  text-align: center; }

.scrollTopHome, .scrollTopInside {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0; }

.hr {
  border-bottom: 1px solid #999;
  margin: 40px 0; }

/*--> To Top ----------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden; }
  #topcontrol a {
    text-align: center;
    display: block;
    color: #fff;
    background: #e60012;
    border: 1px solid #e60012;
    width: 40px;
    height: 40px;
    border-radius: 20px; }
    #topcontrol a:before {
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      width: 40px;
      line-height: 37px;
      font-size: 16px;
      font-family: "osc";
      content: "d"; }
    #topcontrol a:visited {
      color: #ce1717; }
    #topcontrol a:hover {
      opacity: 1; }

.hash {
  position: absolute;
  z-index: 99;
  top: -118px;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0); }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }

.focusable {
  padding: 0.5rem;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100; }
  .focusable:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    -o-transition: top .1s ease-in;
    transition: top .1s ease-in;
    border: #FFBF47 dashed 3px;
    background: #FFBF47;
    color: #000000;
    opacity: 1;
    font-weight: 700; }

/*--> Youtube Video ----------------------------------------------------------------------------*/
.video-container {
  position: relative;
  z-index: 2;
  padding-bottom: 52%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    width: 100%;
    min-height: 50px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--> Header ----------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: #262626;
  height: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header .areaContent {
    padding: 0; }
  .header a.icon-close {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    color: #fff;
    background: #e60012;
    width: 60px;
    height: 59px;
    text-align: center;
    opacity: 1; }
    .header a.icon-close.show {
      display: block; }
    .header a.icon-close:visited {
      color: #fff;
      opacity: 1; }
    .header a.icon-close:hover {
      color: #fff;
      opacity: 1; }
    .header a.icon-close:before {
      position: relative;
      top: 2px;
      display: inline-block;
      line-height: 59px;
      font-size: 24px; }
    .header a.icon-close span {
      display: none; }
  .header + .guide {
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 0; }
  .header.fixed {
    height: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header.fixed .logo {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header.fixed .logo::after {
        border-width: 55px 55px 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .header.fixed .logo img {
        width: 133.33px;
        height: 40px;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .header.fixed .menu {
      margin-top: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header.fixed .otherLink {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.buyinArea {
  position: absolute;
  z-index: 6;
  bottom: 12px;
  right: 0; }
  .buyinArea a.btnLogin {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    line-height: 28px; }
    .buyinArea a.btnLogin:visited, .buyinArea a.btnLogin:active, .buyinArea a.btnLogin:focus {
      color: #fff;
      text-decoration: none; }
    .buyinArea a.btnLogin:hover {
      background: #333;
      color: #262626;
      background: #fff;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #fff; }
  .buyinArea a.btnAccount {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    line-height: 28px;
    margin-left: 10px; }
    .buyinArea a.btnAccount:visited, .buyinArea a.btnAccount:active, .buyinArea a.btnAccount:focus {
      color: #fff;
      text-decoration: none; }
    .buyinArea a.btnAccount:hover {
      background: #333;
      color: #262626;
      background: #fff;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #fff; }

.logo {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  width: 320px;
  background: #e60012;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .logo::before {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 1500px;
    background: #e60012; }
  .logo::after {
    position: absolute;
    top: 0;
    left: 320px;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #e60012 transparent transparent transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .logo a {
    display: block;
    padding-right: 100px;
    height: 100%; }
  .logo img {
    position: absolute;
    z-index: 1;
    width: 220px;
    height: 66px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/*--> Menu ----------------------------------------------------------------------------*/
a.icon-menu {
  display: none;
  position: absolute;
  z-index: 91;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center; }
  a.icon-menu:before {
    position: relative;
    font-size: 30px;
    line-height: 60px;
    color: #fff; }
  a.icon-menu span {
    display: none; }

.sideMenuGroup {
  position: relative;
  z-index: 5;
  margin-left: 420px;
  padding-right: 250px;
  text-align: left; }

.menu {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .menu .guide {
    position: absolute;
    top: 20%;
    right: 100%; }
  .menu .icon-plus {
    display: none; }
    .menu .icon-plus:before {
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .menu > ul {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-right: 10px; }
    .menu > ul > li {
      position: relative;
      float: left; }
      .menu > ul > li.select > a, .menu > ul > li:hover > a {
        display: block; }
        .menu > ul > li.select > a:before, .menu > ul > li:hover > a:before {
          position: absolute;
          left: -5%;
          bottom: 0;
          width: 110%;
          height: 1px;
          background: #e60012;
          content: '.';
          color: rgba(0, 0, 0, 0); }
      .menu > ul > li.select section, .menu > ul > li.select dl, .menu > ul > li:hover section, .menu > ul > li:hover dl {
        display: block; }
      .menu > ul > li > dl {
        position: absolute;
        background: #262626;
        width: 180px;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 14px;
        text-align: left;
        display: none; }
        .menu > ul > li > dl::before {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-family: 'osc';
          content: 'm';
          line-height: 7px;
          font-size: 24px;
          color: #e60012; }
        .menu > ul > li > dl dd {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .menu > ul > li > dl a {
          color: #ddd;
          display: block;
          padding: 5px 10px;
          font-size: 16px; }
          .menu > ul > li > dl a:visited {
            color: #ddd; }
          .menu > ul > li > dl a:hover {
            color: #fff; }
          .menu > ul > li > dl a:hover {
            font-weight: 600; }
      .menu > ul > li > a {
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        line-height: 55px;
        font-size: 20px;
        position: relative; }
        .menu > ul > li > a:visited {
          color: #fff; }
        .menu > ul > li > a:hover {
          color: #fff; }
        .menu > ul > li > a span {
          display: inline-block;
          vertical-align: top; }

/*--> Other Link ----------------------------------------------------------------------------*/
.otherLink {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 30%;
  right: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .otherLink ul {
    font-size: 14px;
    color: #dce4eb; }
    .otherLink ul li {
      display: inline-block;
      vertical-align: top; }
      .otherLink ul li:first-child::before {
        content: ''; }
      .otherLink ul li::before {
        content: '/';
        margin-right: 5px; }
      .otherLink ul li a {
        color: #dce4eb;
        display: inline-block;
        vertical-align: top; }
        .otherLink ul li a:visited {
          color: #dce4eb; }
        .otherLink ul li a:hover {
          color: #fff; }

/*--> Footer ----------------------------------------------------------------------------*/
.footer {
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 45px 0 30px 0;
  background: #262626;
  color: #fff; }
  .footer .guide {
    position: absolute;
    top: 0;
    left: 0; }
  .footer::before {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    content: '.';
    line-height: 0;
    color: rgba(0, 0, 0, 1);
    width: 50%;
    height: 10px;
    background: black; }
  .footer::after {
    position: absolute;
    display: block;
    content: '.';
    line-height: 0;
    color: rgba(0, 0, 0, 1);
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: black; }
  .footer h4 {
    font-weight: normal;
    margin-bottom: 20px; }

.footerLogo {
  width: 300px;
  margin-bottom: 20px; }
  .footerLogo .name {
    display: block; }
  .footerLogo a {
    display: block; }

.addressArea {
  font-style: normal;
  width: 350px; }

ul.addressList {
  font-size: 14px; }
  ul.addressList li {
    position: relative;
    padding-left: 25px;
    line-height: 2em; }
    ul.addressList li [class^='icon-']::before {
      position: absolute;
      top: 6px;
      left: 0;
      margin-right: 5px; }
    ul.addressList li a {
      color: #fff;
      display: inline-block;
      vertical-align: top; }
      ul.addressList li a:visited {
        color: #fff; }
      ul.addressList li a:hover {
        color: #e60012; }

.downloadArea {
  position: absolute;
  width: 300px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%); }
  .downloadArea p {
    font-size: 14px; }

.appDownload {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 35%; }
  .appDownload + .appDownload {
    margin-left: 20px; }
  .appDownload figure a {
    display: block;
    line-height: normal; }
  .appDownload img {
    width: 100%;
    -webkit-border-radius: 5%;
    border-radius: 5%; }
  .appDownload [class^='icon-'] {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px; }
    .appDownload [class^='icon-']::before {
      position: relative;
      top: 3px;
      font-size: 18px;
      margin-right: 5px; }
  .appDownload a {
    color: #fff; }
    .appDownload a:visited {
      color: #fff; }
    .appDownload a:hover {
      color: #e60012; }


.footerOther {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    right: 0;
    width: 280px;
    background-color: black; /* 修改為黑色，避免紅色顯示 */
    border: none; /* 確保無邊框 */
}
    .footerOther .accessibility {
        width: 115px;
        display: inline-block;
        vertical-align: top;
        margin: 0; /* 消除 margin 對底部的影響 */
    }
    .footerOther .accessibility a {
      display: block; }
    .footerOther .accessibility img {
      width: 100%;
      display: block; }
  .footerOther .feg {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 20px; }
    .footerOther .feg a {
      display: block; }
    .footerOther .feg img {
        width: 100%;
        display: block;
        border: none; /* 移除圖片邊框 */
        background-color: transparent; /* 確保背景透明 */
    }

.copyright {
  font-style: normal;
  text-align: left;
  color: #acaaa7;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 40px;
  max-width: calc( 100% - 290px); }

.pipelineArea {
  margin-top: 30px;
  padding: 20px 0 0 0;
  opacity: .5;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .pipelineArea p {
    line-height: 1.5em; }
  .pipelineArea h5 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 3px 10px;
    border: 1px solid #fff; }
  .pipelineArea .pipelineGroup:first-child p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 10px; }
  .pipelineArea .noteArea {
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 90px); }
  .pipelineArea .noteGroup {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%; }
    .pipelineArea .noteGroup p {
      margin-bottom: 0; }
    .pipelineArea .noteGroup:nth-child(1) {
      width: 180px; }
    .pipelineArea .noteGroup:nth-child(2) {
      width: 312px; }
    .pipelineArea .noteGroup:nth-child(3) {
      width: calc( 94% - 510px); }
    .pipelineArea .noteGroup ul {
      margin: 5px 0 0 20px; }
      .pipelineArea .noteGroup ul li {
        margin-bottom: 5px;
        padding-left: 0px;
        line-height: 1.3em;
        list-style-position: outside;
        list-style-type: disc;
        border: 0px; }

/*--> Cookie ----------------------------------------------------------------------------*/
.cookieArea {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eaeaea;
  padding: 20px 0; }
  .cookieArea p {
    margin-right: 180px;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0;
    word-wrap: break-word;
    word-break: break-all; }
    .cookieArea p a {
      color: #333;
      text-decoration: underline; }
      .cookieArea p a:visited {
        color: #333; }
      .cookieArea p a:hover {
        color: #b9a796; }
  .cookieArea div.btnAccept {
    background: #fff;
    color: #262626;
    border: 1px solid #262626;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px; }
    .cookieArea div.btnAccept:visited, .cookieArea div.btnAccept:active, .cookieArea div.btnAccept:focus {
      color: #262626;
      text-decoration: none; }
    .cookieArea div.btnAccept:hover {
      background: #333;
      color: #fff;
      background: #262626;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #262626; }

/*--> Crumb -------------------------------------------*/
.crumb {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  /*--> In Other Div ----------*/ }
  .focusContent .areaContent .crumb {
    padding-top: 15px; }
  .crumb ul {
    margin: 0 auto; }
    .crumb ul li {
      display: inline-block;
      vertical-align: top; }
      .crumb ul li:before {
        position: relative;
        content: ">";
        margin: 2px 6px 2px 2px;
        color: #999; }
      .crumb ul li:first-child:before {
        content: none; }
      .crumb ul li .icon-home {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 25px;
        overflow: hidden; }
        .crumb ul li .icon-home:before {
          position: relative;
          top: 3px;
          display: inline-block;
          vertical-align: top; }
      .crumb ul li a {
        color: #999; }
        .crumb ul li a:visited {
          color: #999; }
        .crumb ul li a:hover {
          color: #e60012; }
      .crumb ul li:last-child a {
        color: #999; }
        .crumb ul li:last-child a:visited {
          color: #999; }
        .crumb ul li:last-child a:hover {
          color: #e60012; }
        .crumb ul li:last-child a:hover {
          cursor: default; }

/*--> Not Shared File ----------------------------------------------------------------------*/
/*--> Editor ----------------------------------------------------------------------------*/
.bbsArticle {
  position: relative;
  text-align: left;
  margin: 20px 0; }
  .bbsArticle .date {
    color: #111;
    text-align: right; }
  .bbsArticle blockquote {
    font-style: italic;
    font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
    padding: 8px 0 2px 20px;
    margin: 20px 40px;
    border-left: 5px solid #ccc; }
  .bbsArticle h1 {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 20px; }
  .bbsArticle h2 {
    font-size: 24px;
    line-height: 1.5em;
    padding: 0;
    margin-bottom: 20px; }
  .bbsArticle h3 {
    font-size: 22px;
    line-height: 1.5em;
    padding: 10px 0;
    margin-bottom: 10px; }
  .bbsArticle h4 {
    font-size: 20px;
    line-height: 1.5em;
    padding: 5px 0;
    margin-bottom: 10px; }
  .bbsArticle h5 {
    font-size: 18px;
    line-height: 1.5em;
    padding: 5px 0;
    margin-bottom: 10px; }
  .bbsArticle h6 {
    font-size: 16px;
    line-height: 1.5em;
    padding: 5px 0;
    margin-bottom: 10px; }
  .bbsArticle > div {
    margin-bottom: 20px; }
  .bbsArticle > a {
    color: #333;
    text-decoration: underline; }
    .bbsArticle > a:visited {
      color: #333; }
    .bbsArticle > a:hover {
      color: #e60012; }
  .bbsArticle p {
    margin-bottom: 20px; }
    .bbsArticle p a {
      color: #333;
      text-decoration: underline;
      word-wrap: break-word;
      word-break: break-all; }
      .bbsArticle p a:visited {
        color: #333; }
      .bbsArticle p a:hover {
        color: #e60012; }
      .bbsArticle p a:visited {
        text-decoration: underline; }
  .bbsArticle div a {
    color: #333;
    text-decoration: underline;
    word-wrap: break-word;
    word-break: break-all; }
    .bbsArticle div a:visited {
      color: #333; }
    .bbsArticle div a:hover {
      color: #e60012; }
    .bbsArticle div a:visited {
      text-decoration: underline; }
  .bbsArticle table {
    float: none;
    margin-bottom: 20px;
    border-left: 1px solid #666; }
    .bbsArticle table[align="center"] {
      margin: 0 auto 20px auto; }
    .bbsArticle table[align="right"] {
      float: right; }
      .bbsArticle table[align="right"] + *::before {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        height: 0;
        clear: both;
        float: none; }
    .bbsArticle table thead tr:last-child td {
      border-bottom: none; }
    .bbsArticle table tr {
      position: relative;
      vertical-align: middle; }
      .bbsArticle table tr:last-child td {
        border-bottom: 1px solid #666; }
      .bbsArticle table tr td, .bbsArticle table tr th {
        padding: 8px;
        border-top: 1px solid #666;
        border-right: 1px solid #666; }
  .bbsArticle figcaption {
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px 0 30px 0; }
  .bbsArticle > img {
    display: block; }
  .bbsArticle img {
    max-width: 100%; }
  .bbsArticle ul {
    margin: 20px 0 20px 30px; }
    .bbsArticle ul + h1, .bbsArticle ul + h2, .bbsArticle ul + h3, .bbsArticle ul + h4, .bbsArticle ul + h5, .bbsArticle ul + h6 {
      margin-top: 50px; }
    .bbsArticle ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      list-style-position: outside;
      list-style-type: disc;
      border: 0px; }
  .bbsArticle ol {
    margin: 20px 0 20px 30px; }
    .bbsArticle ol.upper-alpha > li {
      list-style-type: upper-alpha; }
    .bbsArticle ol + h1, .bbsArticle ol + h2, .bbsArticle ol + h3, .bbsArticle ol + h4, .bbsArticle ol + h5, .bbsArticle ol + h6 {
      margin-top: 50px; }
    .bbsArticle ol > li {
      margin-bottom: 10px;
      margin-left: 20px;
      list-style-position: outside;
      list-style-type: decimal; }

/*--> Form ----------------------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
textarea {
  font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

input[type="submit"]:hover,
input[type="reset"]:hover {
  cursor: pointer; }

button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: none; }

.inputGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 25px; }
  .inputGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .inputGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
    .inputGroup.half.validate:before {
      right: 10px; }
  .inputGroup p {
    margin-bottom: 0; }
  .inputGroup .nameTitle {
    color: #333;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .inputGroup .half {
    display: inline-block;
    vertical-align: top;
    width: 46%; }
  .inputGroup input[type="text"], .inputGroup input[type="password"] {
    position: relative;
    z-index: 5;
    width: 99%;
    padding: 12px 15px 12px 15px;
    border-radius: 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #46b1bd;
    color: #333;
    font-size: 18px; }
    .inputGroup input[type="text"]:hover, .inputGroup input[type="password"]:hover {
      border-bottom: 1px solid #333; }

.searchGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 25px; }
  .searchGroup .btnConfirm {
    position: absolute;
    z-index: 5;
    bottom: 2px;
    right: 3%;
    width: 40px;
    height: 40px;
    padding: 0;
    font-family: "osc";
    font-size: 24px;
    border: none;
    background: none;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .searchGroup .btnConfirm:hover {
      color: #e60012; }
  .searchGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .searchGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
    .searchGroup.half.validate:before {
      right: 10px; }
  .searchGroup p {
    margin-bottom: 0; }
  .searchGroup .nameTitle {
    color: #333;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .searchGroup input[type="text"] {
    position: relative;
    z-index: 5;
    width: 99%;
    padding: 12px 55px 12px 15px;
    border-radius: 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #333;
    color: #333; }
    .searchGroup input[type="text"]::-webkit-input-placeholder {
      color: #333;
      letter-spacing: 1.5px; }
    .searchGroup input[type="text"]:-ms-input-placeholder {
      color: #333;
      letter-spacing: 1.5px; }
    .searchGroup input[type="text"] input::-moz-placeholder {
      color: #333;
      letter-spacing: 1.5px; }
    .searchGroup input[type="text"]:hover {
      border-bottom: 1px solid #333; }

.textareaGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  color: #1f4a9a;
  margin-bottom: 10px; }
  .textareaGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .textareaGroup .nameTitle {
    color: #1f4a9a;
    display: block;
    margin-bottom: 6px;
    opacity: .66;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .textareaGroup textarea {
    width: 99%;
    height: 150px;
    padding: 12px 15px 12px 15px;
    background: #fafafa;
    border: 1px solid #666;
    color: #1f4a9a; }
    .textareaGroup textarea:hover {
      border: 1px solid #666; }

.radioGroup {
  position: relative;
  z-index: 1;
  clear: both;
  float: none;
  width: auto;
  padding-left: 0;
  margin-bottom: 30px; }
  .radioGroup .nameTitle {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .radioGroup .nameTitle + p {
      padding-top: 5px; }
  .radioGroup .groupInline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    clear: both;
    float: none;
    padding-left: 18px;
    margin-bottom: 5px; }
    .radioGroup .groupInline input[type="radio"] {
      position: absolute;
      top: 0;
      left: 0; }
  .radioGroup .group {
    position: relative;
    min-height: 20px;
    padding-left: 110px; }
    .radioGroup .group .formError.inline + label {
      margin-left: 5px; }
    .radioGroup .group .formError .formErrorContent {
      position: absolute;
      left: 10px;
      top: 100%;
      margin-top: 20px; }
  .radioGroup input[type="radio"] {
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 5px 0 0 0;
    float: left;
    border-radius: 9px;
    border: 1px solid #aaa;
    background: none;
    outline: none; }
    .radioGroup input[type="radio"] + label {
      position: relative;
      z-index: 2;
      float: left;
      margin-right: 20px;
      margin-left: 5px;
      line-height: 30px; }
    .radioGroup input[type="radio"]:checked {
      border: 1px solid #e60012; }
      .radioGroup input[type="radio"]:checked + label:before {
        position: absolute;
        top: 9px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #e60012; }
    .radioGroup input[type="radio"]::-ms-check {
      background: none;
      border: 1px solid #262626; }
      .radioGroup input[type="radio"]::-ms-check + label:before {
        position: absolute;
        top: 4px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #262626; }

.checkListGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  margin-bottom: 25px; }
  .checkListGroup .nameTitle {
    display: block;
    color: #999;
    margin-bottom: 10px; }
  .checkListGroup ul.checkboxList {
    position: relative;
    margin-left: -20px; }
    .checkListGroup ul.checkboxList li {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      min-height: 20px;
      padding-left: 35px;
      margin-bottom: 5px; }
      .checkListGroup ul.checkboxList li label:hover {
        cursor: pointer; }
  .checkListGroup .checkboxLabel {
    position: relative; }
    .checkListGroup .checkboxLabel::before {
      position: absolute;
      top: -2px;
      left: -27px;
      display: block;
      width: 20px;
      height: 20px;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: rgba(255, 255, 255, 0);
      border: 1px solid #262626;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .checkListGroup .checkboxItem .formError .formErrorContent {
    background: none;
    color: red;
    width: 200px;
    margin-left: -20px;
    margin-top: 10px; }
  .checkListGroup .checkboxItem input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0; }
    .checkListGroup .checkboxItem input[type="checkbox"]:checked {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .checkListGroup .checkboxItem .checkboxInput:checked ~ .checkboxLabel::before {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .checkListGroup .checkboxItem .checkboxInput:checked ~ .checkboxLabel::after {
    font-family: "osc";
    content: 'u';
    background: none;
    color: #262626;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0 0 1px;
    line-height: 18px; }
  .checkListGroup .checkboxLabel::after {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.checkGroup {
  position: relative;
  z-index: 60;
  display: block;
  text-align: left;
  margin-bottom: 20px; }
  .checkGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
  .checkGroup .formError.inline {
    position: relative;
    z-index: 1; }
    .checkGroup .formError.inline .formErrorContent {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 15px;
      float: left;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .checkGroup .word {
    position: relative;
    z-index: 10;
    display: block;
    margin-left: 30px; }
  .checkGroup .checkboxStyle {
    position: absolute;
    z-index: 9;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000; }
  .checkGroup input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    position: absolute;
    z-index: 9999;
    left: 0;
    opacity: 0; }
    .checkGroup input[type="checkbox"]:checked {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .checkGroup input[type="checkbox"]:checked + .checkboxStyle:before {
        position: absolute;
        top: -3px;
        left: 1px;
        font-family: "osc";
        content: 'A';
        color: #000; }
  .checkGroup .formError .formErrorContent {
    background: none;
    color: red;
    width: 200px;
    margin-left: 0px;
    margin-top: 15px; }

.selectGroup {
  position: relative;
  margin-bottom: 25px; }
  .selectGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '*';
    color: red; }
  .selectGroup .nameTitle {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .selectGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: left; }
  .selectGroup + .formError.inline {
    text-align: center; }
  .selectGroup + .selectGroup .nameTitle {
    margin-right: 10px; }
  .selectGroup select {
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 150px;
    border: none;
    border-bottom: 1px solid #333;
    outline: none;
    padding: 13px 35px 12px 15px;
    background: #fff url(../images/icon-arrow-down.png) 95% 50% no-repeat;
    background-size: 10px; }
    .selectGroup select:hover {
      border-bottom: 1px solid #333; }

.uploadGroup {
  position: relative;
  text-align: left;
  margin-bottom: 25px; }
  .uploadGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .uploadGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
    .uploadGroup.half.validate:before {
      right: 10px; }
  .uploadGroup p {
    margin-bottom: 0; }
  .uploadGroup .nameTitle {
    color: #1f4a9a;
    opacity: .66;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .uploadGroup .half {
    display: inline-block;
    vertical-align: top;
    width: 46%; }
  .uploadGroup .fileUpload {
    position: relative;
    z-index: 5;
    display: block;
    width: 99%;
    padding: 12px 15px 12px 15px;
    border-radius: 0;
    border: 1px solid #666;
    background: #fafafa;
    color: #1f4a9a;
    width: 600px; }
    .uploadGroup .fileUpload .icon-upload {
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #333; }
  .uploadGroup input {
    border: none;
    padding: 0;
    width: calc(100% - 30px); }

/*--> Btn Area ----------------------------------------------------------------------------*/
.btnArea {
  text-align: center;
  margin-bottom: 20px; }
  .btnArea a.toTop:after {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-family: "osc";
    content: 'f';
    font-size: 20px; }
  .btnArea .btnConfirm {
    background: #262626;
    color: #fff;
    border: 1px solid #262626;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 85px 0 85px;
    line-height: 46px;
    font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    opacity: 0.7; }
    .btnArea .btnConfirm:visited, .btnArea .btnConfirm:active, .btnArea .btnConfirm:focus {
      color: #fff;
      text-decoration: none; }
    .btnArea .btnConfirm:hover {
      background: #333;
      color: #fff;
      background: #e60012;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #e60012; }
    .btnArea .btnConfirm:hover {
      opacity: 1; }
  .btnArea .btnReset {
    background: #fff;
    color: #262626;
    border: 1px solid #262626;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 85px 0 85px;
    line-height: 46px;
    font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea .btnReset:visited, .btnArea .btnReset:active, .btnArea .btnReset:focus {
      color: #262626;
      text-decoration: none; }
    .btnArea .btnReset:hover {
      background: #333;
      color: #fff;
      background: #262626;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #262626; }
    .btnArea .btnReset:hover {
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }

.googleRobot {
  text-align: center;
  margin: 40px auto; }
  .googleRobot img {
    width: 304px; }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha div {
    margin: 0 auto; }

/*--> jQuery-Validation-Engine ----------------------------------------------------------------------------*/
.formError .formErrorArrow [class^='line'] {
  display: none; }

.formError .formErrorContent {
  border: none;
  background: #262626;
  box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  -webkit-box-shadow: 0 0 0 #000;
  -o-box-shadow: 0 0 0 #000;
  padding: 2px 10px 2px 10px;
  margin: 5px 0;
  font-size: 14px;
  min-width: 140px; }

.formError.inline {
  display: block; }
  .formError.inline .formErrorContent {
    color: red;
    background: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 0 4px 5px; }

/*--> Page number ----------------------------------------------------------------------------*/
.pagebar {
  padding: 40px 0 60px 0;
  text-align: left;
  vertical-align: top;
  font-size: 18px; }
  .pagebar a[disabled="disabled"] {
    display: none; }
  .pagebar ul {
    margin: 0 auto;
    text-align: center;
    font-weight: 600; }
    .pagebar ul li {
      display: inline-block;
      margin: 0 2px 10px 2px; }
      .pagebar ul li.linkFirst a, .pagebar ul li.linkPrev a, .pagebar ul li.linkNext a, .pagebar ul li.linkLast a {
        border: none; }
        .pagebar ul li.linkFirst a:before, .pagebar ul li.linkFirst a:after, .pagebar ul li.linkPrev a:before, .pagebar ul li.linkPrev a:after, .pagebar ul li.linkNext a:before, .pagebar ul li.linkNext a:after, .pagebar ul li.linkLast a:before, .pagebar ul li.linkLast a:after {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -1px;
          font-family: "osc";
          font-size: 20px;
          width: 13px;
          line-height: 0;
          text-align: center; }
      .pagebar ul li.linkFirst a:before {
        content: 'x';
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .pagebar ul li.linkFirst a span {
        display: none; }
      .pagebar ul li.linkPrev a:before {
        content: 'b';
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .pagebar ul li.linkPrev a span {
        display: none; }
      .pagebar ul li.linkNext a:after {
        content: 'c';
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%); }
      .pagebar ul li.linkNext a span {
        display: none; }
      .pagebar ul li.linkLast a:after {
        content: 'w';
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%); }
      .pagebar ul li.linkLast a span {
        display: none; }
      .pagebar ul li a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
        width: 42px;
        line-height: 40px;
        border: 1px solid #c44a4a;
        color: #c44a4a;
        border-radius: 50px; }
        .pagebar ul li a:hover {
          text-decoration: none;
          color: #fff;
          background: #c44a4a; }
    .pagebar ul li.press a {
      cursor: default;
      color: #fff;
      background: #c44a4a; }
      .pagebar ul li.press a:visited, .pagebar ul li.press a:hover {
        color: #fff; }
  .pagebar .total {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold; }
    .pagebar .total .num {
      margin: 0 5px; }

a.btnMore {
  background: #fff;
  color: #262626;
  border: 1px solid #262626;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  letter-spacing: 1px;
  margin-bottom: 2px; }
  a.btnMore:visited, a.btnMore:active, a.btnMore:focus {
    color: #262626;
    text-decoration: none; }
  a.btnMore:hover {
    background: #333;
    color: #fff;
    background: #262626;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #262626; }

a.moreLink {
  color: #262626;
  position: relative;
  border-bottom: 1px solid #262626; }
  a.moreLink:visited {
    color: #262626; }
  a.moreLink:hover {
    color: #e60012; }
  a.moreLink:hover {
    border-bottom: 1px solid #e60012; }
  a.moreLink [class^='icon-'] {
    position: absolute;
    bottom: 0;
    left: 100%;
    margin-left: 15px; }
    a.moreLink [class^='icon-']:before {
      position: relative;
      top: 6px;
      font-size: 28px; }

.areaContent {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 1px 0; }
  .areaContent + .pagebar {
    padding: 0 0 60px 0; }

/*--> Global ----------------------------------------------------------------------------*/
/*-->動態部分 ----------------------------------------------------*/
/*--> 區塊內元件無絕對定位 --*/
.homeEsg [class^='act'] > *:not(.anchor) {
  position: relative;
  top: 100px;
  opacity: 0; }

.homeEsg [class^='act'].fadeIn > *:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(2) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(3) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(4) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(5) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(6) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(7) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.1s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(8) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.4s;
  -moz-animation-fill-mode: forwards; }

/*--> 區塊內元件有絕對定位 --*/
.homeNewsArea [class^='act'] > *:not(.anchor), .illustration [class^='act'] > *:not(.anchor) {
  margin-top: 100px;
  opacity: 0; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(1), .illustration [class^='act'].fadeIn > *:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(2), .illustration [class^='act'].fadeIn > *:nth-child(2) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(3), .illustration [class^='act'].fadeIn > *:nth-child(3) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(4), .illustration [class^='act'].fadeIn > *:nth-child(4) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(5), .illustration [class^='act'].fadeIn > *:nth-child(5) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(6), .illustration [class^='act'].fadeIn > *:nth-child(6) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(7), .illustration [class^='act'].fadeIn > *:nth-child(7) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.1s;
  -moz-animation-fill-mode: forwards; }

.homeNewsArea [class^='act'].fadeIn > *:nth-child(8), .illustration [class^='act'].fadeIn > *:nth-child(8) {
  animation-duration: 0.8s;
  animation-name: marginToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: marginToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: marginToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.4s;
  -moz-animation-fill-mode: forwards; }

/*--> Banner -----------------------------------------------------*/
.homeBanner {
  position: relative;
  margin-top: 90px; }
  .homeBanner .swiper-pagination-bullet {
    width: 60px;
    background: #fff;
    border-radius: 5px;
    opacity: 1; }
  .homeBanner .swiper-pagination-bullet-active {
    background: #e60012; }
  .homeBanner .swiper-button-next, .homeBanner .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .homeBanner .swiper-button-next::after, .homeBanner .swiper-button-prev::after {
      font-size: 18px;
      width: 40px;
      text-align: center; }
  .homeBanner .swiper-button-next {
    right: 20px; }
  .homeBanner .swiper-button-prev {
    left: 20px; }
  .homeBanner.swiper {
    margin-left: 0;
    margin-right: 0; }
  .homeBanner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 980px; }
    .homeBanner .swiper-slide figure {
      width: 100%;
      height: 100%; }
      .homeBanner .swiper-slide figure a:focus {
        position: relative;
        display: block; }
        .homeBanner .swiper-slide figure a:focus::before {
          content: '.';
          color: rgba(0, 0, 0, 0);
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          border: 3px dashed #23b1e2 !important;
          pointer-events: none; }
    .homeBanner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .homeBanner video {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    width: 100%;
    height: auto;
    background-size: cover; }

/*--> Service Slide ----------------------------------------------------------------------------*/
.homeService {
  margin: 20px auto;
  text-align: center; }

.serviceSlide .swiper-wrapper {
  padding: 40px 0;
  margin-bottom: 20px; }

.serviceSlide .swiper-pagination-bullet {
  width: 60px;
  background: #fff;
  border-radius: 5px;
  opacity: 1; }

.serviceSlide .swiper-pagination-bullet-active {
  background: #e60012; }

.serviceSlide .swiper-button-next, .serviceSlide .swiper-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .serviceSlide .swiper-button-next::after, .serviceSlide .swiper-button-prev::after {
    font-size: 18px;
    width: 40px;
    text-align: center; }

.serviceSlide .swiper-button-prev {
  left: 0; }

.serviceSlide .swiper-button-next {
  right: 0; }

.serviceSlide .swiper-slide:hover a {
  color: #e60012; }

.serviceSlide .swiper-slide:hover figure img.front, .serviceSlide .swiper-slide:hover .figure img.front {
  opacity: 0; }

.serviceSlide .swiper-slide figure, .serviceSlide .swiper-slide .figure {
  position: relative;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  .serviceSlide .swiper-slide figure a, .serviceSlide .swiper-slide .figure a {
    position: relative;
    display: block; }
  .serviceSlide .swiper-slide figure img, .serviceSlide .swiper-slide .figure img {
    position: relative;
    z-index: 1;
    width: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .serviceSlide .swiper-slide figure img.front, .serviceSlide .swiper-slide .figure img.front {
      position: absolute;
      z-index: 3; }
    .serviceSlide .swiper-slide figure img.back, .serviceSlide .swiper-slide .figure img.back {
      position: relative;
      z-index: 1; }

/*--> About ----------------------------------------------------------------------------*/
.homeAbout {
  position: relative; }

.illustration .areaContent {
  position: relative; }

.illustration figure.mainPic {
  position: relative;
  z-index: 1;
  width: 45%;
  display: inline-block;
  vertical-align: top; }
  .illustration figure.mainPic img {
    width: 100%; }

.illustration .textArea {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45%; }
  .illustration .textArea h3 {
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px; }
  .illustration .textArea p {
    line-height: 1.8em;
    margin-bottom: 60px; }
  .illustration .textArea a.btnMore {
    background: #fff;
    color: #262626;
    border: 1px solid #262626;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 0 60px;
    line-height: 44px;
    letter-spacing: 1px; }
    .illustration .textArea a.btnMore:visited, .illustration .textArea a.btnMore:active, .illustration .textArea a.btnMore:focus {
      color: #262626;
      text-decoration: none; }
    .illustration .textArea a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #262626;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #262626; }
    .illustration .textArea a.btnMore:hover [class^='icon-'] {
      right: -15px; }
    .illustration .textArea a.btnMore [class^='icon-'] {
      position: relative;
      top: 3px;
      right: 0;
      font-size: 18px;
      margin-left: 8px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.illustration.account {
  padding: 50px 0; }
  .illustration.account .textArea {
    right: 0;
    padding: 50px 0 50px 50px;
    background: url(../images/home/open_account_bg.png) left top no-repeat;
    background-size: 95% auto; }
    .illustration.account .textArea a.btnMore {
      background: #e60012;
      color: #fff;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px; }
      .illustration.account .textArea a.btnMore:visited, .illustration.account .textArea a.btnMore:active, .illustration.account .textArea a.btnMore:focus {
        color: #fff;
        text-decoration: none; }
      .illustration.account .textArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #262626;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #262626; }

.illustration.invest {
  background: #f9f5f1;
  padding: 50px 0; }
  .illustration.invest .areaContent {
    text-align: right; }
  .illustration.invest .textArea {
    text-align: center;
    background: url(../images/home/invest_bg.png) center top no-repeat;
    background-size: 100% auto; }
    .illustration.invest .textArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px; }
      .illustration.invest .textArea a.btnMore:visited, .illustration.invest .textArea a.btnMore:active, .illustration.invest .textArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .illustration.invest .textArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }

.illustration.auction {
  position: relative;
  padding: 20px 0 0 0;
  background: #cf7776;
  color: #fff; }
  .illustration.auction::after {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: #c44a4a; }
  .illustration.auction h3 {
    color: #fff; }
  .illustration.auction .areaContent {
    padding-bottom: 100px; }
  .illustration.auction .textArea {
    right: 0;
    padding-bottom: 8%; }
    .illustration.auction .textArea ul {
      margin-bottom: 50px; }
      .illustration.auction .textArea ul li {
        position: relative;
        padding-left: 30px;
        line-height: 1.5em;
        margin-bottom: 10px; }
        .illustration.auction .textArea ul li::before {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          width: 25px;
          height: 25px;
          background: url(../images/home/mark.png) center center no-repeat;
          background-size: 100% auto; }
    .illustration.auction .textArea a.btnMore {
      background: #ffe59e;
      color: #000;
      border: 1px solid #ffe59e;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px; }
      .illustration.auction .textArea a.btnMore:visited, .illustration.auction .textArea a.btnMore:active, .illustration.auction .textArea a.btnMore:focus {
        color: #000;
        text-decoration: none; }
      .illustration.auction .textArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #262626;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #262626; }
  .illustration.auction .afterPic {
    position: absolute;
    z-index: 3;
    bottom: 0; }
    .illustration.auction .afterPic img {
      width: 100%; }

/*--> News ----------------------------------------------------------------------------*/
.homeNewsArea {
  position: relative;
  background: #dce4eb;
  padding: 55px 0 35px 0;
  overflow: hidden; }
  .homeNewsArea::after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -20%;
    right: -10%;
    width: 52%;
    height: 1000px;
    background: #e7eff7;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .homeNewsArea h2 {
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
    font-weight: 400; }

.homeNews {
  min-height: 270px; }
  .homeNews .btnArea {
    width: 70%; }
    .homeNews .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0); }
      .homeNews .btnArea a.btnMore:visited {
        background: rgba(255, 255, 255, 0); }
      .homeNews .btnArea a.btnMore:hover {
        background: #262626; }

.newsSlide {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 30px; }
  .newsSlide .swiper-pagination {
    top: 5px;
    bottom: auto; }
  .newsSlide .swiper-pagination-bullet {
    width: 60px;
    border-radius: 0;
    background: #b9a796;
    opacity: 1; }
    .newsSlide .swiper-pagination-bullet:first-child {
      border-radius: 5px 0 0 5px; }
    .newsSlide .swiper-pagination-bullet:last-child {
      border-radius: 0 5px 5px 0; }
  .newsSlide .swiper-pagination-bullet-active {
    background: #e60012; }

ul.newsTabList {
  position: absolute;
  z-index: 3; }
  ul.newsTabList li {
    display: inline-block;
    vertical-align: top; }
    ul.newsTabList li a {
      background: rgba(255, 255, 255, 0);
      color: #b9a796;
      border: 1px solid #b9a796;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      display: inline-block;
      vertical-align: top;
      padding: 5px 15px; }
      ul.newsTabList li a:visited, ul.newsTabList li a:active, ul.newsTabList li a:focus {
        color: #b9a796;
        text-decoration: none; }
      ul.newsTabList li a:hover {
        background: #333;
        color: #fff;
        background: #b9a796;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #b9a796; }
    ul.newsTabList li.select a, ul.newsTabList li.select a:visited {
      background: #b9a796;
      color: #fff; }

ul.homeNewsList {
  width: 70%; }
  ul.homeNewsList li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px; }
    ul.homeNewsList li::before {
      position: absolute;
      top: 8px;
      left: 0;
      content: ' ';
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #b9a796; }
    ul.homeNewsList li a {
      color: #333; }
      ul.homeNewsList li a:visited {
        color: #333; }
      ul.homeNewsList li a:hover {
        color: #b9a796; }

.homeIndex {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 210px;
  text-align: center; }
  .homeIndex h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px; }
  .homeIndex iframe {
    background: none; }

/*--> ESG ----------------------------------------------------------------------------*/
.homeEsg {
  padding: 70px 0 120px 0;
  text-align: center;
  background: url(../images/esg_bg.png) left bottom no-repeat;
  background-size: 100% auto; }
  .homeEsg h2, .homeEsg h3 {
    font-size: 26px;
    font-weight: 400; }

.esgSlide {
  padding: 0 2px; }
  .esgSlide .swiper-wrapper {
    padding: 40px 0;
    margin: 20px 0; }
  .esgSlide .swiper-pagination {
    top: 5px;
    bottom: auto; }
  .esgSlide .swiper-pagination-bullet {
    width: 60px;
    border-radius: 0;
    background: #b9a796;
    opacity: 1; }
    .esgSlide .swiper-pagination-bullet:first-child {
      border-radius: 5px 0 0 5px; }
    .esgSlide .swiper-pagination-bullet:last-child {
      border-radius: 0 5px 5px 0; }
  .esgSlide .swiper-pagination-bullet-active {
    background: #e60012; }
  .esgSlide .swiper-slide:hover figure a:before {
    background: rgba(0, 0, 0, 0); }
  .esgSlide .swiper-slide:hover figure a .text {
    background: rgba(230, 0, 18, 0.6);
    color: #fff;
    border: 1px solid rgba(230, 0, 18, 0.6); }
  .esgSlide .swiper-slide figure {
    line-height: 0; }
    .esgSlide .swiper-slide figure a {
      position: relative;
      display: block; }
      .esgSlide .swiper-slide figure a:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .esgSlide .swiper-slide figure a .text {
        background: rgba(0, 0, 0, 0);
        color: #fff;
        border: 1px solid #fff;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 0 18px;
        line-height: 28px;
        position: absolute;
        z-index: 3;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .esgSlide .swiper-slide figure a .text:visited, .esgSlide .swiper-slide figure a .text:active, .esgSlide .swiper-slide figure a .text:focus {
          color: #fff;
          text-decoration: none; }
        .esgSlide .swiper-slide figure a .text:hover {
          background: #333;
          color: #fff;
          background: rgba(230, 0, 18, 0.6);
          text-decoration: none;
          cursor: pointer;
          border: 1px solid rgba(230, 0, 18, 0.6); }
        .esgSlide .swiper-slide figure a .text:hover {
          cursor: pointer; }
    .esgSlide .swiper-slide figure img {
      position: relative;
      z-index: 1;
      width: 100%; }

/*-->動態部分 ----------------------------------------------------*/
/*--> 區塊內元件無絕對定位 --*/
.bannerFocus .areaContent [class^='act'] > *:not(.anchor), .immaturity .areaContent [class^='act'] > *:not(.anchor), .regularQuota [class^='act'] > *:not(.anchor), .auctionGroup[class^='act'] > *:not(.anchor), .qaGroup[class^='act'] > *:not(.anchor) {
  position: relative;
  top: 100px;
  opacity: 0; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(1), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(1), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(1), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(1), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(1) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(2), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(2), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(2), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(2), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(2) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(3), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(3), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(3), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(3), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(3) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(4), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(4), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(4), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(4), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(4) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(5), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(5), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(5), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(5), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(5) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(6), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(6), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(6), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(6), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(6) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(7), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(7), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(7), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(7), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(7) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.1s;
  -moz-animation-fill-mode: forwards; }

.bannerFocus .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(8), .immaturity .areaContent [class^='act'].fadeIn > *:not(.anchor):nth-child(8), .regularQuota [class^='act'].fadeIn > *:not(.anchor):nth-child(8), .auctionGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(8), .qaGroup[class^='act'].fadeIn > *:not(.anchor):nth-child(8) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.4s;
  -moz-animation-fill-mode: forwards; }

.bannerInside, .focusContent {
  margin-top: 90px; }

a.btnBack {
  background: #fff;
  color: #c44a4a;
  border: 1px solid #c44a4a;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 6px 25px; }
  a.btnBack:visited, a.btnBack:active, a.btnBack:focus {
    color: #c44a4a;
    text-decoration: none; }
  a.btnBack:hover {
    background: #333;
    color: #fff;
    background: #c44a4a;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #c44a4a; }
  a.btnBack:hover [class^='icon-']:before {
    left: -5px; }
  a.btnBack [class^='icon-'] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    a.btnBack [class^='icon-']:before {
      position: relative;
      left: 0;
      top: 1px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

/*--> Inside Banner ------------------------------------------*/
.bannerInside {
  position: relative;
  overflow: hidden; }
  .bannerInside.hideBar h1, .bannerInside.hideBar h2 {
    opacity: 0; }
  .bannerInside.hideBar::before {
    opacity: 0; }
  .bannerInside::before {
    position: absolute;
    z-index: 3;
    content: '.';
    color: rgba(0, 0, 0, 0);
    font-size: 28px;
    line-height: 1.5em;
    padding: 0.6em 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  .bannerInside figure {
    position: relative;
    z-index: 1; }
    .bannerInside figure img {
      width: 100%;
      height: auto; }
  .bannerInside .areaContent {
    position: absolute;
    z-index: 10;
    top: 15px;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bannerInside .bannerBox h1, .bannerInside .bannerBox h2 {
    position: relative; }
  .bannerInside h1, .bannerInside h2 {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5em; }

/*--> Filter ----------------------------------------------*/
.filterGroup {
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
  .filterGroup .swiper-slide {
    height: 100%; }
  .filterGroup.agent {
    padding: 0 20px; }
    .filterGroup.agent .filterSlideArea {
      max-width: 1400px; }
  .filterGroup.center .filterSlideArea .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .filterGroup a.filterLink {
    color: #333;
    display: block;
    padding: 15px 0; }
    .filterGroup a.filterLink:visited {
      color: #333; }
    .filterGroup a.filterLink:hover {
      color: #fff; }
    .filterGroup a.filterLink:hover {
      background: #e60012; }
    .filterGroup a.filterLink:focus:after {
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      z-index: 99;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 3px dashed #23b1e2;
      pointer-events: none;
      content: '.';
      color: rgba(0, 0, 0, 0); }
  .filterGroup .filterSlideArea {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px; }
  .filterGroup .category-button-next {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 20px;
    opacity: .7; }
    .filterGroup .category-button-next.swiper-button-disabled, .filterGroup .category-button-next.swiper-button-disabled:hover {
      opacity: .3; }
    .filterGroup .category-button-next:hover {
      opacity: 1; }
    .filterGroup .category-button-next:before {
      display: block;
      font-family: "osc";
      content: 'c'; }
  .filterGroup .category-button-prev {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 20px;
    opacity: .7; }
    .filterGroup .category-button-prev.swiper-button-disabled, .filterGroup .category-button-prev.swiper-button-disabled:hover {
      opacity: .3; }
    .filterGroup .category-button-prev:hover {
      opacity: 1; }
    .filterGroup .category-button-prev:before {
      display: block;
      font-family: "osc";
      content: 'b'; }
  .filterGroup .swiper-slide {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .filterGroup .swiper-slide.select a.filterLink {
      background: #e60012;
      color: #fff; }
      .filterGroup .swiper-slide.select a.filterLink:visited {
        color: #fff; }

/*--> Content -------------------------------------------------*/
.aboutContent {
  min-height: 300px; }
  .aboutContent .anchor {
    position: absolute;
    top: -50px; }
  .aboutContent h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 10px; }

.stockContent {
  min-height: 400px; }
  .stockContent .btnArea a.sBtn {
    margin: 20px auto 0 auto; }

.articleContent {
  min-height: 400px;
  padding: 40px 0 0 0; }
  .articleContent ol.list {
    margin: 20px 0 20px 5px; }
    .articleContent ol.list.upper-alpha > li {
      list-style-type: upper-alpha; }
    .articleContent ol.list + h1, .articleContent ol.list + h2, .articleContent ol.list + h3, .articleContent ol.list + h4, .articleContent ol.list + h5, .articleContent ol.list + h6 {
      margin-top: 50px; }
    .articleContent ol.list > li {
      margin-bottom: 10px;
      margin-left: 20px;
      list-style-position: outside;
      list-style-type: decimal; }
  .articleContent p img {
    max-width: 100%; }
  .articleContent .tag {
    display: block;
    margin: 15px auto;
    padding: 4px 0;
    width: 100px;
    font-size: 14px;
    text-align: center;
    background: #b9a796;
    color: #fff;
    border-radius: 20px; }
  .articleContent .anchor {
    position: absolute;
    top: -90px; }
  .articleContent.noPaddingBottom {
    padding: 40px 0 0 0; }
    .articleContent.noPaddingBottom .areaContent {
      position: relative; }
  .articleContent .specialArea {
    position: relative; }
    .articleContent .specialArea .featureBox {
      margin: 50px auto 0 auto; }
      .articleContent .specialArea .featureBox h4 {
        background: #f8f6f5; }
  .articleContent h2, .articleContent h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: center; }
    .articleContent h2.left, .articleContent h3.left {
      text-align: left; }
  .articleContent .areaContent > time {
    display: block;
    color: #c44a4a;
    text-align: center; }
  .articleContent .btnArea {
    margin-bottom: 60px; }
  .articleContent a.btnMore {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0 50px 0 60px;
    line-height: 44px;
    letter-spacing: 1px; }
    .articleContent a.btnMore:visited, .articleContent a.btnMore:active, .articleContent a.btnMore:focus {
      color: #fff;
      text-decoration: none; }
    .articleContent a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #262626;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #262626; }
    .articleContent a.btnMore .icon-right::before {
      position: relative;
      top: 2px;
      right: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .articleContent a.btnMore:hover .icon-right::before {
      right: -15px; }

article.certificate .anchor {
  top: -50px; }

article.certificate .specialArea .featureBox figure {
  width: 73%;
  margin: 30px auto 0 auto; }

.articleBox {
  padding-bottom: 60px; }

article.underwrite {
  text-align: center; }
  article.underwrite h4 span {
    display: inline-block;
    vertical-align: top;
    margin: 30px auto;
    padding: 5px 35px;
    border: 1px solid #262626;
    font-size: 20px; }
  article.underwrite .btnArea {
    margin-bottom: 30px; }
    article.underwrite .btnArea a.btnMore {
      background: #fff;
      color: #c44a4a;
      border: 1px solid #c44a4a;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      display: inline-block;
      vertical-align: top;
      width: 180px;
      padding: 0px; }
      article.underwrite .btnArea a.btnMore:visited, article.underwrite .btnArea a.btnMore:active, article.underwrite .btnArea a.btnMore:focus {
        color: #c44a4a;
        text-decoration: none; }
      article.underwrite .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #c44a4a;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #c44a4a; }
      article.underwrite .btnArea a.btnMore.select {
        background: #c44a4a;
        color: #fff; }
      article.underwrite .btnArea a.btnMore + a.btnMore {
        margin-left: 40px; }
  article.underwrite ul.tableListTitle.table6 li, article.underwrite ul.tableList.table6 li {
    vertical-align: middle;
    padding: 10px 20px; }
    article.underwrite ul.tableListTitle.table6 li:nth-child(1), article.underwrite ul.tableList.table6 li:nth-child(1) {
      width: 90px;
      text-align: center; }
      article.underwrite ul.tableListTitle.table6 li:nth-child(1) .noData, article.underwrite ul.tableList.table6 li:nth-child(1) .noData {
        margin: 0; }
    article.underwrite ul.tableListTitle.table6 li:nth-child(2), article.underwrite ul.tableList.table6 li:nth-child(2) {
      width: 190px;
      text-align: left; }
    article.underwrite ul.tableListTitle.table6 li:nth-child(3), article.underwrite ul.tableList.table6 li:nth-child(3) {
      width: 240px; }
    article.underwrite ul.tableListTitle.table6 li:nth-child(4), article.underwrite ul.tableList.table6 li:nth-child(4) {
      width: 130px; }
    article.underwrite ul.tableListTitle.table6 li:nth-child(5), article.underwrite ul.tableList.table6 li:nth-child(5) {
      width: 130px;
      padding: 10px 30px;
      text-align: center; }
    article.underwrite ul.tableListTitle.table6 li:nth-child(6), article.underwrite ul.tableList.table6 li:nth-child(6) {
      width: calc(100% - 830px);
      display: inline-block;
      text-align: center; }

.bondAnnouncement {
  padding: 60px 0; }
  .bondAnnouncement ul.tableListTitle.table5 li, .bondAnnouncement ul.tableList.table5 li {
    vertical-align: middle;
    padding: 10px 20px; }
    .bondAnnouncement ul.tableListTitle.table5 li .noData, .bondAnnouncement ul.tableList.table5 li .noData {
      min-width: 46px; }
    .bondAnnouncement ul.tableListTitle.table5 li:nth-child(1), .bondAnnouncement ul.tableList.table5 li:nth-child(1) {
      width: 270px;
      text-align: left; }
    .bondAnnouncement ul.tableListTitle.table5 li:nth-child(2), .bondAnnouncement ul.tableList.table5 li:nth-child(2) {
      width: 240px; }
    .bondAnnouncement ul.tableListTitle.table5 li:nth-child(3), .bondAnnouncement ul.tableList.table5 li:nth-child(3) {
      width: 270px; }
    .bondAnnouncement ul.tableListTitle.table5 li:nth-child(4), .bondAnnouncement ul.tableList.table5 li:nth-child(4) {
      width: 130px;
      padding: 10px 5px;
      text-align: center; }
    .bondAnnouncement ul.tableListTitle.table5 li:nth-child(5), .bondAnnouncement ul.tableList.table5 li:nth-child(5) {
      width: calc(100% - 940px);
      display: inline-block;
      text-align: center; }

/*--> History ----------------------------------------------*/
ul.yearLink {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  margin-top: 30px;
  margin-left: 50px; }
  ul.yearLink:before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 20px;
    content: ' ';
    border-left: 1px solid #ccc; }
  ul.yearLink li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px; }
    ul.yearLink li:hover:before {
      background: #262626; }
    ul.yearLink li:hover:after {
      border: 1px solid #262626; }
    ul.yearLink li.select:before {
      background: #262626; }
    ul.yearLink li.select:after {
      border: 1px solid #262626; }
    ul.yearLink li.select a {
      color: #262626;
      font-weight: bold; }
      ul.yearLink li.select a:visited {
        color: #262626; }
    ul.yearLink li:before {
      position: absolute;
      z-index: 3;
      top: 8px;
      left: 0;
      margin-left: -4px;
      display: block;
      width: 8px;
      height: 8px;
      background: #ccc;
      border-radius: 4px;
      content: ' '; }
    ul.yearLink li:after {
      position: absolute;
      z-index: 3;
      top: 5px;
      left: 0;
      margin-left: -7px;
      display: block;
      width: 12px;
      height: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      content: ' '; }
    ul.yearLink li a {
      color: #999; }
      ul.yearLink li a:visited {
        color: #999; }
      ul.yearLink li a:hover {
        color: #262626; }
      ul.yearLink li a:hover {
        font-weight: bold; }

.historyEvent {
  position: relative;
  text-align: center;
  margin-top: 40px; }
  .historyEvent .anchor {
    top: -80px; }

ul.yearLine {
  position: relative;
  margin: 40px 0 40px 0;
  padding-bottom: 20px; }
  ul.yearLine:before {
    position: absolute;
    top: 7px;
    bottom: 0;
    content: '.';
    color: rgba(0, 0, 0, 0);
    border-left: 1px solid #e60012; }
  ul.yearLine:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    margin-left: 1px;
    font-family: "osc";
    content: 'm';
    color: #e60012;
    font-size: 30px;
    line-height: 0; }
  ul.yearLine li {
    width: 50%; }
    ul.yearLine li:first-child .year::after {
      position: absolute;
      bottom: 0;
      left: 50px;
      width: 60px;
      height: 50px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/about/year_top.png) left bottom no-repeat;
      background-size: 100% auto; }
    ul.yearLine li:last-child .year::after {
      position: absolute;
      bottom: 0;
      right: 90px;
      width: 50px;
      height: 50px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/about/year_down.png) left bottom no-repeat;
      background-size: 100% auto; }
    ul.yearLine li .year {
      position: relative;
      color: #bb9e6b;
      font-size: 20px;
      font-family: 'Arial Black', Arial, Helvetica Neue, Helvetica, sans-serif;
      margin-bottom: 10px; }
    ul.yearLine li p.left {
      text-align: left; }
    ul.yearLine li:nth-child(odd) {
      text-align: left;
      margin-left: 50%; }
      ul.yearLine li:nth-child(odd) .yearPoint {
        float: left; }
      ul.yearLine li:nth-child(odd) .year {
        margin-left: 30px; }
      ul.yearLine li:nth-child(odd) p {
        padding: 0 30px;
        margin-bottom: 0; }
    ul.yearLine li:nth-child(even) {
      text-align: right; }
      ul.yearLine li:nth-child(even) .yearPoint {
        float: right; }
      ul.yearLine li:nth-child(even) .year {
        margin-right: 30px; }
      ul.yearLine li:nth-child(even) p {
        padding: 0 30px;
        margin-bottom: 0; }
      ul.yearLine li:nth-child(even) figure {
        margin-right: 22px; }
    ul.yearLine li .yearPoint {
      position: relative; }
      ul.yearLine li .yearPoint:before {
        position: absolute;
        top: 6px;
        left: 50%;
        margin-left: -6px;
        display: block;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        content: '.';
        color: rgba(0, 0, 0, 0);
        border: 3px solid #bb9e6b; }
      ul.yearLine li .yearPoint:after {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -7px;
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid #e60012;
        border-radius: 50%;
        content: '.';
        color: rgba(0, 0, 0, 0); }

.organizeArea {
  position: relative;
  text-align: center;
  background: #f8f6f5;
  padding: 40px 0; }
  .organizeArea p {
    text-align: left;
    margin: 20px 0; }
  .organizeArea figure img {
    max-width: 100%; }

.visionArea {
  position: relative;
  text-align: center;
  background: #f8f6f5;
  padding: 40px 0; }
  .visionArea figure.visionLeft {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
  .visionArea figure.visionRight {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
  .visionArea figure img {
    width: 100%; }

.characteristic {
  background: #edece8 url(../images/underwrite/feature.png) left top no-repeat;
  background-size: auto 100%;
  text-align: right; }
  .characteristic .serviceFeatures {
    margin-left: 57%;
    width: 43%;
    text-align: left;
    padding: 14% 0;
    background: url(../images/underwrite/feature_bg.png) center center no-repeat;
    background-size: auto 100%; }
    .characteristic .serviceFeatures p {
      margin-bottom: 0; }

.philosophyArea {
  position: relative;
  padding: 60px 0;
  background: #000022;
  color: #fff; }
  .philosophyArea .mainPic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .philosophyArea .mainPic img {
      height: 100%; }
  .philosophyArea .areaContent {
    text-align: right; }
    .philosophyArea .areaContent .textArea {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 60%; }
      .philosophyArea .areaContent .textArea h3 {
        margin-bottom: 20px; }
      .philosophyArea .areaContent .textArea h4 {
        color: #bb9e6b;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px; }

.businessArea {
  position: relative;
  text-align: center;
  padding: 60px 0; }

.departmentGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 50px auto 0 auto;
  padding: 40px 50px;
  width: 98%; }
  .departmentGroup h4 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 60px;
    font-size: 22px; }
    .departmentGroup h4.inline {
      width: 340px;
      text-align: center; }
  .departmentGroup h5 {
    color: #bd924f;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bd924f;
    padding: 4px 30px;
    font-size: 20px;
    margin-bottom: 40px; }
  .departmentGroup.half {
    width: 45%;
    min-height: 310px;
    display: inline-block;
    vertical-align: top; }
    .departmentGroup.half:nth-child(odd) {
      margin-left: 7%; }

.selfOperated {
  position: relative;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px; }
  .selfOperated + .selfOperated {
    margin-left: 6%; }
    .selfOperated + .selfOperated::before {
      position: absolute;
      left: -7%;
      top: 10%;
      bottom: 0;
      content: '.';
      color: rgba(0, 0, 0, 0);
      border-left: 1px solid #888; }

ul.markList {
  text-align: left;
  margin-left: 20px; }
  ul.markList > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    ul.markList > li ul {
      margin: 8px 0 0 18px; }
      ul.markList > li ul li {
        margin-bottom: 5px;
        padding-left: 0px;
        list-style-position: outside;
        list-style-type: disc;
        border: 0px; }
        ul.markList > li ul li:last-child {
          margin-bottom: 0; }
    ul.markList > li:last-child {
      margin-bottom: 0; }
    ul.markList > li:before {
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: -6px;
      display: block;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      content: '.';
      color: rgba(0, 0, 0, 0);
      border: 3px solid #bb9e6b; }
    ul.markList > li:after {
      position: absolute;
      top: 2px;
      left: 0;
      margin-left: -9px;
      display: block;
      width: 12px;
      height: 12px;
      border: 3px solid #f2e6bc;
      border-radius: 50%;
      content: '.';
      color: rgba(0, 0, 0, 0); }
    ul.markList > li a {
      color: #c44a4a;
      text-decoration: underline;
      word-wrap: break-word;
      word-break: break-all; }
      ul.markList > li a:visited {
        color: #c44a4a; }
      ul.markList > li a:hover {
        color: #e60012; }

.ratingArea {
  position: relative;
  text-align: center;
  background: #f8f6f5;
  padding: 40px 0 10px 0; }
  .ratingArea h4 {
    font-size: 22px;
    color: #bd924f;
    margin-bottom: 20px; }
  .ratingArea .tableArea + .tableArea {
    margin: 40px auto 40px auto; }

.tableArea {
  position: relative;
  margin: 20px auto 60px auto; }
  .tableArea .agentGroup {
    float: left;
    width: 50%; }
    .tableArea .agentGroup::after {
      display: block;
      content: '.';
      clear: both;
      float: none; }
  .tableArea + h3 {
    margin: 60px 0 0 0; }
  .tableArea + .tableArea {
    margin: 40px auto 0 auto; }
  .tableArea ul.companyList:last-child {
    margin-bottom: 40px; }
  .tableArea .noteArea {
    max-width: 750px;
    margin: 30px auto 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em; }
    .tableArea .noteArea .left {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      text-align: left;
      padding: 0 25px; }
    .tableArea .noteArea .right {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      text-align: right; }
  .tableArea a.downloadLink {
    color: #333;
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 40px; }
    .tableArea a.downloadLink:visited {
      color: #333; }
    .tableArea a.downloadLink:hover {
      color: #e60012; }
    .tableArea a.downloadLink:hover span.icon-download {
      color: #e60012; }
    .tableArea a.downloadLink::before {
      position: absolute;
      top: 7px;
      left: 0;
      margin-right: 10px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 8px;
      height: 8px;
      background: #ce1717;
      border-radius: 50%; }
  .tableArea .icon {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 0; }
    .tableArea .icon img {
      width: 100%;
      line-height: 0; }
  .tableArea .appDownload {
    width: 120px;
    padding: 5px 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 80px; }
    .tableArea .appDownload [class^='icon-'] {
      line-height: 1.5em; }
    .tableArea .appDownload a {
      color: #333;
      text-decoration: none; }
      .tableArea .appDownload a:visited {
        color: #333; }
      .tableArea .appDownload a:hover {
        color: #e60012; }
  .tableArea a {
    color: #333;
    text-decoration: none; }
    .tableArea a:visited {
      color: #333; }
    .tableArea a:hover {
      color: #e60012; }
  .tableArea ul.tableList:nth-child(even) {
    background: #fff; }
  .tableArea ul.tableList:nth-child(odd) {
    background: #f0eae7; }
  .tableArea ul.tableList:last-child {
    border-radius: 0 0 15px 15px; }

ul.tableListTitle.agent::after, ul.tableList.agent::after {
  display: block;
  content: '.';
  color: rgba(0, 0, 0, 0);
  clear: both;
  float: none;
  height: 0; }

ul.tableListTitle.agent li, ul.tableList.agent li {
  float: left;
  width: 50%; }

ul.tableListTitle.download1 li, ul.tableList.download1 li {
  display: block; }

ul.tableListTitle.download2.vam li > a, ul.tableList.download2.vam li > a {
  display: block; }

ul.tableListTitle.download2.vam li span.icon-download, ul.tableList.download2.vam li span.icon-download {
  top: 18%; }

ul.tableListTitle.download2 li:nth-child(1), ul.tableList.download2 li:nth-child(1) {
  width: 26%; }

ul.tableListTitle.download2 li:nth-child(2), ul.tableList.download2 li:nth-child(2) {
  width: 72.5%; }

ul.tableListTitle.download4, ul.tableList.download4 {
  position: relative;
  text-align: left; }
  ul.tableListTitle.download4 li:nth-child(1), ul.tableListTitle.download4 li:nth-child(3), ul.tableList.download4 li:nth-child(1), ul.tableList.download4 li:nth-child(3) {
    width: calc(50% - 75px);
    padding: 10px 0px  0px  30px; }
  ul.tableListTitle.download4 li:nth-child(2)::after, ul.tableList.download4 li:nth-child(2)::after {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    content: '.';
    color: rgba(0, 0, 0, 0);
    border-left: 1px solid #e2e2e2; }
  ul.tableListTitle.download4 li:nth-child(2), ul.tableListTitle.download4 li:nth-child(4), ul.tableList.download4 li:nth-child(2), ul.tableList.download4 li:nth-child(4) {
    width: 60px;
    text-align: center;
    padding: 10px 0px; }

ul.tableListTitle.contact, ul.tableList.contact {
  max-width: 750px;
  margin: 0 auto; }
  ul.tableListTitle.contact li, ul.tableList.contact li {
    position: relative;
    vertical-align: middle; }
    ul.tableListTitle.contact li:nth-child(1), ul.tableList.contact li:nth-child(1) {
      width: 50%;
      padding-left: 80px; }
    ul.tableListTitle.contact li:nth-child(2), ul.tableList.contact li:nth-child(2) {
      width: 48%; }

ul.tableListTitle.news .title, ul.tableList.news .title {
  width: 105px; }

ul.tableListTitle.news .tag, ul.tableList.news .tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 30px; }
  ul.tableListTitle.news .tag + .tag, ul.tableList.news .tag + .tag {
    margin: 10px 0 0 140px; }

ul.tableListTitle.news li, ul.tableList.news li {
  position: relative;
  vertical-align: middle; }
  ul.tableListTitle.news li a, ul.tableList.news li a {
    display: block;
    padding-right: 100px; }
    ul.tableListTitle.news li a:hover span.moreDetail, ul.tableList.news li a:hover span.moreDetail {
      background: #b9a796;
      color: #fff; }
  ul.tableListTitle.news li:nth-child(1), ul.tableList.news li:nth-child(1) {
    width: 300px; }
  ul.tableListTitle.news li:nth-child(2), ul.tableList.news li:nth-child(2) {
    width: calc( 100% - 320px);
    padding: 10px 30px 10px 30px; }

ul.tableListTitle.link, ul.tableList.link {
  position: relative;
  max-width: 900px;
  margin: 0 auto; }
  ul.tableListTitle.link li, ul.tableList.link li {
    padding: 10px 35px; }
    ul.tableListTitle.link li:nth-child(1), ul.tableList.link li:nth-child(1) {
      width: 32.5%; }
    ul.tableListTitle.link li:nth-child(2), ul.tableList.link li:nth-child(2) {
      width: 32.5%; }
    ul.tableListTitle.link li:nth-child(3), ul.tableList.link li:nth-child(3) {
      width: 32.5%; }

ul.tableListTitle.companyList, ul.tableList.companyList {
  position: relative;
  margin: 0 auto;
  text-align: left; }
  ul.tableListTitle.companyList li, ul.tableList.companyList li {
    padding: 10px 35px; }
    ul.tableListTitle.companyList li:nth-child(1), ul.tableList.companyList li:nth-child(1) {
      width: 32.5%; }
    ul.tableListTitle.companyList li:nth-child(2), ul.tableList.companyList li:nth-child(2) {
      width: 32.5%; }
    ul.tableListTitle.companyList li:nth-child(3), ul.tableList.companyList li:nth-child(3) {
      width: 32.5%; }

ul.tableListTitle.terms li, ul.tableList.terms li {
  padding: 10px 10px; }
  ul.tableListTitle.terms li:nth-child(1), ul.tableList.terms li:nth-child(1) {
    width: 45px;
    padding: 10px 0 10px 0;
    text-align: center; }
  ul.tableListTitle.terms li:nth-child(2), ul.tableList.terms li:nth-child(2) {
    width: calc( 50% - 40px); }
  ul.tableListTitle.terms li:nth-child(3), ul.tableList.terms li:nth-child(3) {
    width: calc( 50% - 40px); }

ul.tableListTitle.tool, ul.tableList.tool {
  margin: 0 auto; }
  ul.tableListTitle.tool:nth-child(even), ul.tableList.tool:nth-child(even) {
    background: #fff; }
  ul.tableListTitle.tool li, ul.tableList.tool li {
    text-align: center; }
    ul.tableListTitle.tool li:nth-child(1), ul.tableList.tool li:nth-child(1) {
      width: 160px;
      font-weight: bold;
      text-align: left; }
    ul.tableListTitle.tool li:nth-child(2), ul.tableList.tool li:nth-child(2) {
      width: calc( 42% - 170px); }
    ul.tableListTitle.tool li:nth-child(3), ul.tableList.tool li:nth-child(3) {
      width: 28%; }
    ul.tableListTitle.tool li:nth-child(4), ul.tableList.tool li:nth-child(4) {
      width: 28%; }

ul.tableListTitle.souvenir li, ul.tableList.souvenir li {
  padding: 10px 15px; }
  ul.tableListTitle.souvenir li span, ul.tableList.souvenir li span {
    display: inline-block;
    vertical-align: top; }
    ul.tableListTitle.souvenir li span + span, ul.tableList.souvenir li span + span {
      margin-left: 10px; }
  ul.tableListTitle.souvenir li:nth-child(1), ul.tableList.souvenir li:nth-child(1) {
    width: 210px; }
  ul.tableListTitle.souvenir li:nth-child(2), ul.tableList.souvenir li:nth-child(2) {
    width: 170px; }
  ul.tableListTitle.souvenir li:nth-child(3), ul.tableList.souvenir li:nth-child(3) {
    width: 290px; }
  ul.tableListTitle.souvenir li:nth-child(4), ul.tableList.souvenir li:nth-child(4) {
    width: 150px; }
  ul.tableListTitle.souvenir li:nth-child(5), ul.tableList.souvenir li:nth-child(5) {
    width: calc( 100% - 850px); }

ul.tableListTitle.rating li:nth-child(1), ul.tableList.rating li:nth-child(1) {
  width: 45%; }

ul.tableListTitle.rating li:nth-child(2), ul.tableList.rating li:nth-child(2) {
  width: 45%; }

ul.tableListTitle.table2 li:nth-child(1), ul.tableList.table2 li:nth-child(1) {
  width: 25.5%; }

ul.tableListTitle.table2 li:nth-child(2), ul.tableList.table2 li:nth-child(2) {
  width: 72%; }

ul.tableListTitle.table3 li:nth-child(1), ul.tableList.table3 li:nth-child(1) {
  width: 25.5%; }

ul.tableListTitle.table3 li:nth-child(2), ul.tableList.table3 li:nth-child(2) {
  width: 36%; }

ul.tableListTitle.table3 li:nth-child(3), ul.tableList.table3 li:nth-child(3) {
  width: 36%; }

.underwrite ul.tableListTitle.table4, .featureBox ul.tableListTitle.table4, .underwrite ul.tableList.table4, .featureBox ul.tableList.table4 {
  max-width: 750px;
  margin: 0 auto; }
  .underwrite ul.tableListTitle.table4:nth-child(odd), .featureBox ul.tableListTitle.table4:nth-child(odd), .underwrite ul.tableList.table4:nth-child(odd), .featureBox ul.tableList.table4:nth-child(odd) {
    background: #fff; }
  .underwrite ul.tableListTitle.table4 li:nth-child(1), .featureBox ul.tableListTitle.table4 li:nth-child(1), .underwrite ul.tableList.table4 li:nth-child(1), .featureBox ul.tableList.table4 li:nth-child(1) {
    width: 27%; }
  .underwrite ul.tableListTitle.table4 li:nth-child(2), .featureBox ul.tableListTitle.table4 li:nth-child(2), .underwrite ul.tableList.table4 li:nth-child(2), .featureBox ul.tableList.table4 li:nth-child(2) {
    width: 23%; }
  .underwrite ul.tableListTitle.table4 li:nth-child(3), .featureBox ul.tableListTitle.table4 li:nth-child(3), .underwrite ul.tableList.table4 li:nth-child(3), .featureBox ul.tableList.table4 li:nth-child(3) {
    width: 23%; }
  .underwrite ul.tableListTitle.table4 li:nth-child(4), .featureBox ul.tableListTitle.table4 li:nth-child(4), .underwrite ul.tableList.table4 li:nth-child(4), .featureBox ul.tableList.table4 li:nth-child(4) {
    width: 23%; }

ul.tableListTitle.table5 li, ul.tableList.table5 li {
  vertical-align: middle; }
  ul.tableListTitle.table5 li:nth-child(1), ul.tableList.table5 li:nth-child(1) {
    width: 210px; }
  ul.tableListTitle.table5 li:nth-child(2), ul.tableList.table5 li:nth-child(2) {
    width: 280px; }
  ul.tableListTitle.table5 li:nth-child(3), ul.tableList.table5 li:nth-child(3) {
    width: 150px; }
  ul.tableListTitle.table5 li:nth-child(4), ul.tableList.table5 li:nth-child(4) {
    width: 130px;
    text-align: center; }
  ul.tableListTitle.table5 li:nth-child(5), ul.tableList.table5 li:nth-child(5) {
    width: calc(100% - 800px);
    text-align: center; }

ul.tableListTitle.table6 .title, ul.tableList.table6 .title {
  font-weight: 500; }

ul.tableListTitle.table6:last-child, ul.tableList.table6:last-child {
  border: 1px solid #e2e2e2;
  border-top: none; }

ul.tableListTitle.table6 li, ul.tableList.table6 li {
  vertical-align: middle; }
  ul.tableListTitle.table6 li:nth-child(1), ul.tableList.table6 li:nth-child(1) {
    width: 160px; }
  ul.tableListTitle.table6 li:nth-child(2), ul.tableList.table6 li:nth-child(2) {
    width: 150px;
    text-align: center; }
  ul.tableListTitle.table6 li:nth-child(3), ul.tableList.table6 li:nth-child(3) {
    width: 230px; }
  ul.tableListTitle.table6 li:nth-child(4), ul.tableList.table6 li:nth-child(4) {
    width: calc(100% - 680px); }
  ul.tableListTitle.table6 li:nth-child(5), ul.tableList.table6 li:nth-child(5) {
    width: 110px;
    padding: 5px 30px; }
  ul.tableListTitle.table6 li:nth-child(6), ul.tableList.table6 li:nth-child(6) {
    width: 100%;
    display: none; }
    ul.tableListTitle.table6 li:nth-child(6) iframe, ul.tableList.table6 li:nth-child(6) iframe {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

ul.tableListTitle.vam li, ul.tableList.vam li {
  vertical-align: middle; }

ul.tableListTitle li, ul.tableList li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px 30px;
  margin-bottom: 0; }
  ul.tableListTitle li h4, ul.tableList li h4 {
    font-size: 16px;
    margin-bottom: 0; }
  ul.tableListTitle li .year, ul.tableListTitle li .title, ul.tableList li .year, ul.tableList li .title {
    color: #c44a4a; }
  ul.tableListTitle li span.moreDetail, ul.tableList li span.moreDetail {
    background: rgba(255, 255, 255, 0);
    color: #b9a796;
    border: 1px solid #b9a796;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    padding: 1px 10px; }
    ul.tableListTitle li span.moreDetail:visited, ul.tableListTitle li span.moreDetail:active, ul.tableListTitle li span.moreDetail:focus, ul.tableList li span.moreDetail:visited, ul.tableList li span.moreDetail:active, ul.tableList li span.moreDetail:focus {
      color: #b9a796;
      text-decoration: none; }
    ul.tableListTitle li span.moreDetail:hover, ul.tableList li span.moreDetail:hover {
      background: #333;
      color: #fff;
      background: #b9a796;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #b9a796; }
  ul.tableListTitle li a.icon-location, ul.tableList li a.icon-location {
    color: #000;
    display: block;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    background: url(../images/about/map.png) center top no-repeat;
    background-size: auto 100%; }
    ul.tableListTitle li a.icon-location:visited, ul.tableList li a.icon-location:visited {
      color: #000; }
    ul.tableListTitle li a.icon-location:hover, ul.tableList li a.icon-location:hover {
      color: #e60012; }
    ul.tableListTitle li a.icon-location span, ul.tableList li a.icon-location span {
      display: none; }
  ul.tableListTitle li a.icon-mapclose, ul.tableList li a.icon-mapclose {
    color: #000;
    display: block;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    background: url(../images/about/close.png) center top no-repeat;
    background-size: auto 100%; }
    ul.tableListTitle li a.icon-mapclose:visited, ul.tableList li a.icon-mapclose:visited {
      color: #000; }
    ul.tableListTitle li a.icon-mapclose:hover, ul.tableList li a.icon-mapclose:hover {
      color: #e60012; }
    ul.tableListTitle li a.icon-mapclose span, ul.tableList li a.icon-mapclose span {
      display: none; }
  ul.tableListTitle li span.icon-download, ul.tableList li span.icon-download {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 28px;
    line-height: 22px;
    height: 22px; }
    ul.tableListTitle li span.icon-download:visited, ul.tableList li span.icon-download:visited {
      color: #000; }
    ul.tableListTitle li span.icon-download:hover, ul.tableList li span.icon-download:hover {
      color: #e60012; }
    ul.tableListTitle li span.icon-download::before, ul.tableList li span.icon-download::before {
      position: relative;
      top: -2px; }
    ul.tableListTitle li span.icon-download span, ul.tableList li span.icon-download span {
      display: none; }
  ul.tableListTitle li a.icon-fund, ul.tableList li a.icon-fund {
    font-size: 30px; }
    ul.tableListTitle li a.icon-fund span, ul.tableList li a.icon-fund span {
      display: none; }
    ul.tableListTitle li a.icon-fund::before, ul.tableList li a.icon-fund::before {
      position: relative;
      top: 4px; }
    ul.tableListTitle li a.icon-fund:hover, ul.tableListTitle li a.icon-fund:active, ul.tableList li a.icon-fund:hover, ul.tableList li a.icon-fund:active {
      text-decoration: none; }
    ul.tableListTitle li a.icon-fund span, ul.tableList li a.icon-fund span {
      display: none; }
  ul.tableListTitle li a.link, ul.tableList li a.link {
    color: #c44a4a;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    margin: 5px 10px; }
    ul.tableListTitle li a.link:visited, ul.tableList li a.link:visited {
      color: #c44a4a; }
    ul.tableListTitle li a.link:hover, ul.tableList li a.link:hover {
      color: #e60012; }
  ul.tableListTitle li .noData, ul.tableList li .noData {
    display: inline-block;
    vertical-align: top;
    min-width: 55px;
    margin: 0 10px;
    padding-top: 10px; }

ul.tableListTitle {
  background: #ce1717;
  color: #fff;
  font-size: 18px;
  border-radius: 15px 15px 0 0; }
  ul.tableListTitle.companyList {
    text-align: center; }
    ul.tableListTitle.companyList li:nth-child(1) {
      width: auto; }
  ul.tableListTitle.terms li:nth-child(2), ul.tableListTitle.terms li:nth-child(3) {
    text-align: center; }
  ul.tableListTitle.link h4 {
    font-size: 18px; }
  ul.tableListTitle.link li:nth-child(1) {
    width: 100%;
    text-align: center; }
  ul.tableListTitle.agent li span {
    float: right; }
  ul.tableListTitle.download1 li span, ul.tableListTitle.download2 li span {
    float: right; }
  ul.tableListTitle.download2, ul.tableListTitle.download3 {
    margin-top: 40px; }

ul.tableList.agent li:nth-child(2)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '.';
  color: rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  border-left: 1px solid #e2e2e2; }

ul.tableList.terms {
  position: relative; }
  ul.tableList.terms li:nth-child(2)::before, ul.tableList.terms li:nth-child(3)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '.';
    color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    border-left: 1px solid #e2e2e2; }

ul.tableList.link {
  position: relative; }
  ul.tableList.link::before {
    position: absolute;
    left: 32.5%;
    top: 0;
    bottom: 0;
    content: '.';
    color: rgba(0, 0, 0, 0);
    border-left: 1px solid #e2e2e2; }
  ul.tableList.link::after {
    position: absolute;
    left: 65%;
    top: 0;
    bottom: 0;
    content: '.';
    color: rgba(0, 0, 0, 0);
    border-left: 1px solid #e2e2e2; }

ul.tableList.news, ul.tableList.agent, ul.tableList.contact, ul.tableList.link, ul.tableList.companyList, ul.tableList.tool, ul.tableList.souvenir, ul.tableList.terms, ul.tableList.download1, ul.tableList.download2, ul.tableList.download4, ul.tableList.table4, ul.tableList.table5, ul.tableList.table6 {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2; }
  ul.tableList.news:last-child, ul.tableList.agent:last-child, ul.tableList.contact:last-child, ul.tableList.link:last-child, ul.tableList.companyList:last-child, ul.tableList.tool:last-child, ul.tableList.souvenir:last-child, ul.tableList.terms:last-child, ul.tableList.download1:last-child, ul.tableList.download2:last-child, ul.tableList.download4:last-child, ul.tableList.table4:last-child, ul.tableList.table5:last-child, ul.tableList.table6:last-child {
    border-bottom: 1px solid #e2e2e2; }

/*--> Focus ------------------------------------------*/
.bannerFocus {
  position: relative;
  background: #fff; }
  .bannerFocus h1 {
    font-size: 40px;
    line-height: 1.6em;
    margin-bottom: 40px; }
  .bannerFocus h2 {
    font-size: 30px;
    line-height: 1.5em;
    color: #bb9e6b;
    margin-bottom: 5px; }
    .bannerFocus h2 .point {
      color: #e60012;
      font-family: 'Arial Black', Arial, Helvetica Neue, Helvetica, sans-serif;
      font-size: 1.4em;
      font-style: italic;
      margin: 0 10px 0 2px; }
  .bannerFocus p {
    line-height: 2em; }
  .bannerFocus mark {
    display: inline-block;
    vertical-align: top;
    background: #262626;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px; }
  .bannerFocus ol > li {
    margin-bottom: 5px;
    margin-left: 25px;
    list-style-position: outside;
    list-style-type: decimal; }
  .bannerFocus .btnArea {
    text-align: left;
    margin: 30px 0 0 0; }
  .bannerFocus a.btnMore {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0 50px 0 60px;
    line-height: 44px;
    letter-spacing: 1px; }
    .bannerFocus a.btnMore:visited, .bannerFocus a.btnMore:active, .bannerFocus a.btnMore:focus {
      color: #fff;
      text-decoration: none; }
    .bannerFocus a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #262626;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #262626; }
    .bannerFocus a.btnMore .icon-right::before {
      position: relative;
      top: 2px;
      right: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .bannerFocus a.btnMore:hover .icon-right::before {
      right: -15px; }
  .bannerFocus .mainPic {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .bannerFocus .mainPic img {
      width: 100%; }
  .bannerFocus .areaContent {
    position: relative;
    text-align: right; }
  .bannerFocus .textArea {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    text-align: left; }
  .bannerFocus.account {
    padding: 20px 0 80px 0; }
  .bannerFocus.invest {
    padding: 20px 0 60px 0; }
    .bannerFocus.invest .textArea {
      width: 520px; }
    .bannerFocus.invest h1 {
      margin-bottom: 20px; }
    .bannerFocus.invest p {
      width: 380px; }
    .bannerFocus.invest .btnArea {
      margin-top: 80px; }
  .bannerFocus.auction {
    padding: 20px 0 60px 0; }

.immaturity {
  background: #f8f6f5;
  padding: 60px 0  40px 0; }
  .immaturity .btnArea {
    margin-top: 40px; }
    .immaturity .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .immaturity .btnArea a.btnMore:visited, .immaturity .btnArea a.btnMore:active, .immaturity .btnArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .immaturity .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }
      .immaturity .btnArea a.btnMore .icon-right::before {
        position: relative;
        top: 2px;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .immaturity .btnArea a.btnMore:hover .icon-right::before {
        right: -15px; }
  .immaturity h5 {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  .immaturity mark {
    display: inline-block;
    vertical-align: top;
    background: #262626;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px; }
  .immaturity ol > li {
    margin-bottom: 5px;
    margin-left: 25px;
    list-style-position: outside;
    list-style-type: decimal; }

.immaturityBox {
  position: relative;
  padding: 40px;
  border: 1px solid #b9a796;
  border-radius: 15px; }
  .immaturityBox .mainPic {
    display: inline-block;
    vertical-align: top;
    width: 35%; }
    .immaturityBox .mainPic img {
      width: 100%; }
  .immaturityBox .textArea {
    position: absolute;
    right: 40px;
    top: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    width: calc( 62% - 40px); }

.regularQuota {
  background: #f8f6f5;
  padding: 60px 0  40px 0;
  text-align: center; }
  .regularQuota h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 40px; }
  .regularQuota .btnArea {
    margin-top: 40px; }
    .regularQuota .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .regularQuota .btnArea a.btnMore:visited, .regularQuota .btnArea a.btnMore:active, .regularQuota .btnArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .regularQuota .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }
      .regularQuota .btnArea a.btnMore .icon-right::before {
        position: relative;
        top: 2px;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .regularQuota .btnArea a.btnMore:hover .icon-right::before {
        right: -15px; }

ul.quotaList {
  position: relative;
  text-align: center; }
  ul.quotaList li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 30px 30px 0 30px;
    border: 1px solid #bb9e6b; }
    ul.quotaList li:nth-child(2) {
      margin: 0 2.5%; }
    ul.quotaList li figure {
      width: 65%;
      margin: 0 auto; }
      ul.quotaList li figure img {
        width: 100%; }
    ul.quotaList li figcaption {
      font-size: 18px;
      line-height: 1.5em;
      color: #bb9e6b;
      margin: 10px 0 20px 0; }
    ul.quotaList li p {
      min-height: 128px; }

ul.businessList {
  position: relative;
  text-align: center;
  margin: 60px 0 80px 0; }
  ul.businessList li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 30px 30px 0 30px;
    border: 1px solid #bb9e6b; }
    ul.businessList li:nth-child(2) {
      margin: 0 2.5%; }
    ul.businessList li figure {
      width: 65%;
      margin: 0 auto; }
      ul.businessList li figure img {
        width: 100%; }
    ul.businessList li figcaption {
      font-size: 18px;
      line-height: 1.5em;
      color: #bb9e6b;
      margin: 10px 0 20px 0; }
    ul.businessList li p {
      min-height: 100px; }

ul.friendlyList {
  position: relative;
  text-align: center;
  margin: 60px 0; }
  ul.friendlyList li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 30px 0;
    border: 1px solid #bb9e6b; }
    ul.friendlyList li:nth-child(2) {
      margin: 0 2.5%; }
    ul.friendlyList li figure img {
      width: 90%;
      margin: 0 auto; }
    ul.friendlyList li figcaption {
      font-size: 18px;
      line-height: 1.5em;
      color: #bb9e6b;
      margin: 10px 0 20px 0; }
    ul.friendlyList li a {
      color: #333;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px; }
      ul.friendlyList li a:visited {
        color: #333; }
      ul.friendlyList li a:hover {
        color: #e60012; }

.auctionWay {
  background: #f8f6f5;
  padding: 60px 0  40px 0; }
  .auctionWay h3 {
    font-size: 24px; }
  .auctionWay .btnArea {
    margin-top: 40px; }
    .auctionWay .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .auctionWay .btnArea a.btnMore:visited, .auctionWay .btnArea a.btnMore:active, .auctionWay .btnArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .auctionWay .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }
      .auctionWay .btnArea a.btnMore .icon-right::before {
        position: relative;
        top: 2px;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .auctionWay .btnArea a.btnMore:hover .icon-right::before {
        right: -15px; }

.fastSlideArea {
  width: 750px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center; }
  .fastSlideArea a.fastLink {
    background: #fff;
    color: #e60012;
    border: 1px solid #e60012;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 170px;
    text-align: center;
    padding: 5px 0; }
    .fastSlideArea a.fastLink:visited, .fastSlideArea a.fastLink:active, .fastSlideArea a.fastLink:focus {
      color: #e60012;
      text-decoration: none; }
    .fastSlideArea a.fastLink:hover {
      background: #333;
      color: #fff;
      background: #e60012;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #e60012; }
  .fastSlideArea .fast-button-next {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 0;
    font-size: 20px;
    opacity: .7; }
    .fastSlideArea .fast-button-next.swiper-button-disabled, .fastSlideArea .fast-button-next.swiper-button-disabled:hover {
      opacity: .3; }
    .fastSlideArea .fast-button-next:hover {
      opacity: 1; }
    .fastSlideArea .fast-button-next:before {
      display: block;
      font-family: "osc";
      content: 'c'; }
  .fastSlideArea .fast-button-prev {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 0;
    font-size: 20px;
    opacity: .7; }
    .fastSlideArea .fast-button-prev.swiper-button-disabled, .fastSlideArea .fast-button-prev.swiper-button-disabled:hover {
      opacity: .3; }
    .fastSlideArea .fast-button-prev:hover {
      opacity: 1; }
    .fastSlideArea .fast-button-prev:before {
      display: block;
      font-family: "osc";
      content: 'b'; }

.auctionGroup {
  position: relative;
  padding: 50px 40px 30px 40px;
  margin: 80px 0;
  border: 1px solid #b9a796;
  border-radius: 15px;
  text-align: center; }
  .auctionGroup .anchor {
    position: absolute;
    top: -100px; }
  .auctionGroup.step {
    padding: 50px 20px 30px 20px; }
    .auctionGroup.step p {
      position: relative;
      z-index: 3; }
  .auctionGroup h3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 30px;
    line-height: 1.3em;
    background: #f8f6f5; }
  .auctionGroup figure {
    margin: 40px 0 0 0; }
    .auctionGroup figure img {
      max-width: 100%; }

.step5-1, .step5-2 {
  position: relative;
  padding: 60px 0 60px 0;
  margin-bottom: 40px; }
  .step5-1 h5, .step5-2 h5 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 18%;
    font-size: 20px;
    text-align: right; }
    .step5-1 h5::after, .step5-2 h5::after {
      position: absolute;
      z-index: 0;
      top: 520%;
      left: 170%;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 90%;
      height: 300%;
      background: url(../images/underwrite/month.png) left top no-repeat;
      background-size: 100% auto; }

.step5-2 h5::after {
  top: 720%; }

ul.stepList {
  position: relative;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }
  .step5-1 ul.stepList::before {
    position: absolute;
    z-index: 0;
    top: -50px;
    left: 19%;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 65%;
    height: 50%;
    background: url(../images/underwrite/step_line.png) left top no-repeat;
    background-size: 100% auto; }
  .step5-1 ul.stepList::after {
    width: 85px;
    height: 60%;
    top: -55px; }
  .step5-1 ul.stepList li {
    width: calc( 18% - 7px); }
    .step5-1 ul.stepList li:first-child .stepTitle .step::before, .step5-1 ul.stepList li:first-child .stepTitle .step::after {
      display: none; }
    .step5-1 ul.stepList li .stepTitle {
      height: 80px; }
      .step5-1 ul.stepList li .stepTitle::before {
        border-width: 40px 0 40px 20px;
        border-color: transparent transparent transparent #fff; }
      .step5-1 ul.stepList li .stepTitle::after {
        border-width: 40px 0 40px 20px; }
      .step5-1 ul.stepList li .stepTitle .step {
        margin-top: 6px; }
        .step5-1 ul.stepList li .stepTitle .step::before {
          position: absolute;
          z-index: 1;
          content: '.';
          color: rgba(0, 0, 0, 0);
          top: 5px;
          right: calc( 100% - 1px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 24px 0 24px 12px;
          border-color: transparent transparent transparent #999; }
        .step5-1 ul.stepList li .stepTitle .step::after {
          position: absolute;
          z-index: 2;
          content: '.';
          color: rgba(0, 0, 0, 0);
          top: 5px;
          right: calc( 100% + 1px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 24px 0 24px 12px;
          border-color: transparent transparent transparent #fff; }
      .step5-1 ul.stepList li .stepTitle .text {
        display: block;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        margin-top: 10px;
        font-size: 18px; }
  .step5-2 ul.stepList::before {
    position: absolute;
    z-index: 0;
    top: -50px;
    left: 19%;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 65%;
    height: 50%;
    background: url(../images/underwrite/step_line.png) left top no-repeat;
    background-size: 100% auto; }
  .step5-2 ul.stepList::after {
    width: 85px;
    height: 60%;
    top: -55px; }
  .step5-2 ul.stepList li {
    width: calc( 18% - 7px); }
    .step5-2 ul.stepList li:first-child .stepTitle .step::before, .step5-2 ul.stepList li:first-child .stepTitle .step::after {
      display: none; }
    .step5-2 ul.stepList li .stepTitle {
      height: 130px; }
      .step5-2 ul.stepList li .stepTitle::before {
        border-width: 65px 0 65px 20px;
        border-color: transparent transparent transparent #fff; }
      .step5-2 ul.stepList li .stepTitle::after {
        border-width: 65px 0 65px 20px; }
      .step5-2 ul.stepList li .stepTitle .step {
        margin-top: 6px; }
        .step5-2 ul.stepList li .stepTitle .step::before {
          position: absolute;
          z-index: 1;
          content: '.';
          color: rgba(0, 0, 0, 0);
          top: 24px;
          right: calc( 100% - 1px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 30px 10px;
          border-color: transparent transparent transparent #999; }
        .step5-2 ul.stepList li .stepTitle .step::after {
          position: absolute;
          z-index: 2;
          content: '.';
          color: rgba(0, 0, 0, 0);
          top: 24px;
          right: calc( 100% + 1px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 30px 10px;
          border-color: transparent transparent transparent #fff; }
      .step5-2 ul.stepList li .stepTitle .text {
        display: block;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        font-size: 18px;
        margin: 10px 30px 0 30px; }
  ul.stepList.step6 {
    margin-top: 50px; }
    ul.stepList.step6::before {
      position: absolute;
      z-index: 0;
      top: -45px;
      left: 12%;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 72%;
      height: 50%;
      background: url(../images/underwrite/step_line.png) left top no-repeat;
      background-size: 100% auto; }
    ul.stepList.step6::after {
      width: 80px;
      top: -55px; }
    ul.stepList.step6 li {
      width: calc( 15% - 7px); }
      ul.stepList.step6 li:first-child .stepTitle .step::before, ul.stepList.step6 li:first-child .stepTitle .step::after {
        display: none; }
      ul.stepList.step6 li:last-child p::after {
        display: none; }
      ul.stepList.step6 li .stepTitle {
        height: 54px; }
        ul.stepList.step6 li .stepTitle::before {
          border-width: 27px 0 27px 20px; }
        ul.stepList.step6 li .stepTitle::after {
          border-width: 27px 0 27px 20px; }
        ul.stepList.step6 li .stepTitle .step {
          margin-top: 11px; }
          ul.stepList.step6 li .stepTitle .step::before {
            position: absolute;
            z-index: 1;
            content: '.';
            color: rgba(0, 0, 0, 0);
            top: -7px;
            right: calc( 100% - 1px);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 0 20px 15px;
            border-color: transparent transparent transparent #999; }
          ul.stepList.step6 li .stepTitle .step::after {
            position: absolute;
            z-index: 2;
            content: '.';
            color: rgba(0, 0, 0, 0);
            top: -7px;
            right: calc( 100% + 1px);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 0 20px 15px;
            border-color: transparent transparent transparent #f8f6f5; }
  ul.stepList::before {
    position: absolute;
    z-index: 0;
    top: -45px;
    left: 6%;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 50%;
    background: url(../images/focus/step_start.png) left top no-repeat;
    background-size: 100% auto; }
  ul.stepList::after {
    position: absolute;
    z-index: -1;
    top: -50px;
    right: 4.5%;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 93px;
    height: 50%;
    background: url(../images/focus/step_end.png) left top no-repeat;
    background-size: 100% auto; }
  ul.stepList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc( 12.5% - 7px);
    margin: 0 7px; }
    ul.stepList li:nth-child(1) .stepTitle {
      background: #9fd119; }
      ul.stepList li:nth-child(1) .stepTitle::after {
        border-color: transparent transparent transparent #9fd119; }
      ul.stepList li:nth-child(1) .stepTitle .level::before, ul.stepList li:nth-child(1) .stepTitle .level::after {
        display: none; }
    ul.stepList li:nth-child(2) .stepTitle {
      background: #38c395; }
      ul.stepList li:nth-child(2) .stepTitle::after {
        border-color: transparent transparent transparent #38c395; }
    ul.stepList li:nth-child(3) .stepTitle {
      background: #359fdc; }
      ul.stepList li:nth-child(3) .stepTitle::after {
        border-color: transparent transparent transparent #359fdc; }
    ul.stepList li:nth-child(4) .stepTitle {
      background: #006cd5; }
      ul.stepList li:nth-child(4) .stepTitle::after {
        border-color: transparent transparent transparent #006cd5; }
    ul.stepList li:nth-child(4) p {
      padding: 0; }
    ul.stepList li:nth-child(5) .stepTitle {
      background: #6d5fd3; }
      ul.stepList li:nth-child(5) .stepTitle::after {
        border-color: transparent transparent transparent #6d5fd3; }
    ul.stepList li:nth-child(6) .stepTitle {
      background: #dd6cb9; }
      ul.stepList li:nth-child(6) .stepTitle::after {
        border-color: transparent transparent transparent #dd6cb9; }
    ul.stepList li:nth-child(7) .stepTitle {
      background: #f739a1; }
      ul.stepList li:nth-child(7) .stepTitle::after {
        border-color: transparent transparent transparent #f739a1; }
    ul.stepList li:nth-child(7) p::after {
      display: none; }
    ul.stepList li .stepTitle {
      color: #fff;
      padding: 5px 0;
      height: 64px; }
      ul.stepList li .stepTitle .level {
        position: relative;
        z-index: 1;
        display: block;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
        ul.stepList li .stepTitle .level::before {
          position: absolute;
          z-index: 1;
          content: '.';
          color: rgba(0, 0, 0, 0);
          top: 5px;
          right: calc( 100% - 1px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 22px 0 22px 16px;
          border-color: transparent transparent transparent #999; }
        ul.stepList li .stepTitle .level::after {
          position: absolute;
          z-index: 2;
          content: '.';
          color: rgba(0, 0, 0, 0);
          top: 5px;
          right: calc( 100% + 1px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 22px 0 22px 16px;
          border-color: transparent transparent transparent #f8f6f5; }
      ul.stepList li .stepTitle .step {
        display: block;
        margin-top: 5px;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        font-family: 'Arial Black', Arial, Helvetica Neue, Helvetica, sans-serif; }
      ul.stepList li .stepTitle::before {
        position: absolute;
        content: '.';
        color: rgba(0, 0, 0, 0);
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 32px 0 32px 20px;
        border-color: transparent transparent transparent #f8f6f5; }
      ul.stepList li .stepTitle::after {
        position: absolute;
        z-index: 5;
        content: '.';
        color: rgba(0, 0, 0, 0);
        top: 0;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 32px 0 32px 20px;
        border-color: transparent transparent transparent #ccc; }
    ul.stepList li p {
      position: relative;
      margin: 20px 0 0 0;
      padding: 0 10px;
      min-height: 77px; }
      ul.stepList li p::after {
        position: absolute;
        top: 0;
        right: -10px;
        height: 100%;
        content: '.';
        color: rgba(0, 0, 0, 0);
        border-right: 1px dashed #bb9e6b; }
    ul.stepList li .big {
      font-size: 20px;
      font-weight: bold; }

/*--> FAQ --------------------------------*/
.qaGroup {
  position: relative;
  text-align: center; }
  .qaGroup h3 {
    margin-bottom: 40px; }
  .qaGroup .anchor {
    position: absolute;
    top: -100px; }

ul.faqList {
  margin: 40px 0 70px 0;
  text-align: left; }
  ul.faqList > li {
    margin-bottom: 20px;
    border: 1px solid #f0eae7;
    border-radius: 15px;
    background: #fff;
    padding: 0 10px; }
    ul.faqList > li:before {
      content: none; }
    ul.faqList > li .num {
      position: relative;
      color: #46b1bd;
      font-size: 20px;
      font-family: 'Arial Black', Arial, Helvetica Neue, Helvetica, sans-serif;
      font-style: italic;
      margin-right: 15px;
      padding-left: 40px;
      display: inline-block;
      vertical-align: top; }
      ul.faqList > li .num::before {
        position: absolute;
        top: -4px;
        left: 0;
        width: 32px;
        height: 32px;
        content: '.';
        background: url(../images/focus/mark.png) left top no-repeat;
        background-size: 100% auto; }
    ul.faqList > li .text {
      display: inline-block;
      vertical-align: top;
      max-width: calc( 100% - 120px); }
    ul.faqList > li mark {
      position: relative;
      display: block;
      font-size: 18px;
      padding: 15px 15px;
      background: none; }
      ul.faqList > li mark:focus {
        outline: 3px dashed #2793ee !important; }
      ul.faqList > li mark:before {
        position: absolute;
        right: 10px;
        top: 20px;
        color: #bb9e6b; }
      ul.faqList > li mark:hover {
        cursor: pointer; }
    ul.faqList > li .bbsArticle {
      display: none;
      margin: 0;
      padding: 0 45px 30px 95px; }
      ul.faqList > li .bbsArticle > a {
        color: #c44a4a;
        text-decoration: underline; }
        ul.faqList > li .bbsArticle > a:visited {
          color: #c44a4a; }
        ul.faqList > li .bbsArticle > a:hover {
          color: #e60012; }
      ul.faqList > li .bbsArticle p:last-child {
        margin-bottom: 0; }
      ul.faqList > li .bbsArticle ul {
        margin: 0 20px; }
        ul.faqList > li .bbsArticle ul + p {
          margin-top: 20px; }
      ul.faqList > li .bbsArticle ol {
        margin: 0 5px; }
      ul.faqList > li .bbsArticle .mark {
        color: #dce4eb; }
    ul.faqList > li:hover, ul.faqList > li.open {
      border: 1px solid #c44a4a;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
      ul.faqList > li:hover mark:before, ul.faqList > li.open mark:before {
        color: #c44a4a; }

.featureGroup {
  position: relative;
  text-align: right; }
  .featureGroup.web {
    text-align: left; }
    .featureGroup.web figure {
      left: auto;
      right: 0; }
    .featureGroup.web .textArea {
      margin: 0 0 60px 0;
      padding: 40px calc( 3% + 30px) 40px 40px; }
  .featureGroup.environment {
    text-align: left; }
    .featureGroup.environment figure {
      left: auto;
      right: 0; }
    .featureGroup.environment .textArea {
      padding: 40px calc( 3% + 30px) 40px 40px; }
  .featureGroup.governance figure {
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .featureGroup.governance .textArea {
    display: block;
    width: auto;
    margin: 30% 0 0 0;
    padding: 40px 30px 40px 30px; }
    .featureGroup.governance .textArea p:last-child {
      margin-bottom: 0; }
  .featureGroup h4 {
    font-size: 18px;
    color: #bb9e6b;
    margin-bottom: 20px; }
  .featureGroup h3 {
    margin-bottom: 40px; }
    .featureGroup h3 + figure {
      top: 75px; }
  .featureGroup figure {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%; }
    .featureGroup figure img {
      width: 100%; }
  .featureGroup .textArea {
    position: relative;
    margin: 20px 0 40px 0;
    z-index: 5;
    display: inline-block;
    vertical-align: top;
    width: 53%;
    text-align: left;
    background: rgba(248, 246, 245, 0.8);
    padding: 40px 30px 40px calc( 3% + 30px); }

.featureBox {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 50px auto 60px auto;
  padding: 40px 50px;
  width: 98%;
  text-align: center; }
  .featureBox.takeCare .imgArea {
    margin-bottom: 40px; }
  .featureBox.certificate .selfFeature {
    position: relative;
    padding-bottom: 100px; }
    .featureBox.certificate .selfFeature + .selfFeature ul.markList {
      min-height: 135px; }
    .featureBox.certificate .selfFeature ul.markList + .btnArea {
      width: calc( 100% - 40px); }
    .featureBox.certificate .selfFeature .btnArea {
      position: absolute;
      bottom: 0; }
      .featureBox.certificate .selfFeature .btnArea a.btnMore {
        padding: 0 35px 0 35px; }
  .featureBox.half {
    width: 45%;
    min-height: 310px;
    display: inline-block;
    vertical-align: top; }
    .featureBox.half:nth-child(even) {
      margin-left: 7%; }
  .featureBox h4 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 60px;
    font-size: 22px; }
    .featureBox h4.inline {
      width: 340px;
      text-align: center; }
  .featureBox h5 {
    color: #bd924f;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bd924f;
    padding: 4px 30px;
    font-size: 20px;
    margin-bottom: 40px; }
  .featureBox h6 {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 20px; }
  .featureBox p {
    text-align: left; }
    .featureBox p.center {
      text-align: center; }
    .featureBox p a.link {
      color: #c44a4a;
      display: inline-block;
      vertical-align: top;
      text-decoration: underline; }
      .featureBox p a.link:visited {
        color: #c44a4a; }
      .featureBox p a.link:hover {
        color: #e60012; }
  .featureBox figure img {
    max-width: 100%; }
  .featureBox .imgArea figure {
    width: 45%;
    display: inline-block;
    vertical-align: middle; }
    .featureBox .imgArea figure img {
      width: 100%; }
  .featureBox .imgArea p {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%; }
  .featureBox .btnArea {
    margin: 40px 0 0 0;
    text-align: center; }
    .featureBox .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .featureBox .btnArea a.btnMore:visited, .featureBox .btnArea a.btnMore:active, .featureBox .btnArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .featureBox .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }
      .featureBox .btnArea a.btnMore .icon-right::before {
        position: relative;
        top: 2px;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .featureBox .btnArea a.btnMore:hover .icon-right::before {
        right: -15px; }

.selfFeature {
  position: relative;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px; }
  .selfFeature figure {
    width: 120px;
    margin: 0 auto 10px auto; }
    .selfFeature figure img {
      width: 100%; }
  .selfFeature + .selfFeature {
    margin-left: 6%; }
    .selfFeature + .selfFeature::before {
      position: absolute;
      left: -7%;
      top: 45%;
      bottom: 0;
      content: '.';
      color: rgba(0, 0, 0, 0);
      border-left: 1px solid #888; }

.sustainable {
  position: relative;
  padding: 40px 0; }
  .sustainable figure {
    width: 900px;
    max-width: 100%;
    margin: 0 auto; }
    .sustainable figure img {
      width: 100%; }

.reportArea {
  position: relative;
  background: #f8f6f5; }
  .reportArea .areaContent {
    background: url(../images/sustainable.png) center bottom no-repeat;
    background-size: 100% auto;
    padding: 40px 0 8% 0; }

.reportGroup {
  margin: 0 0 40px 0; }
  .reportGroup .swiper-slide {
    padding: 20px 0 0 0; }
    .reportGroup .swiper-slide:hover span.figure {
      -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3); }
    .reportGroup .swiper-slide span.figure {
      display: block;
      line-height: 0;
      margin: 0 15px 15px 15px;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .reportGroup .swiper-slide span.figure img {
        width: 100%;
        margin-bottom: 0;
        line-height: 0; }
    .reportGroup .swiper-slide a {
      color: #333;
      display: block;
      text-align: center; }
      .reportGroup .swiper-slide a:visited {
        color: #333; }
      .reportGroup .swiper-slide a:hover {
        color: #e60012; }
  .reportGroup .report-button-next {
    position: absolute;
    top: 45px;
    right: 0;
    font-size: 20px;
    opacity: .7; }
    .reportGroup .report-button-next.swiper-button-disabled, .reportGroup .report-button-next.swiper-button-disabled:hover {
      opacity: .3; }
    .reportGroup .report-button-next:hover {
      opacity: 1; }
    .reportGroup .report-button-next:before {
      display: block;
      font-family: "osc";
      content: 'c'; }
  .reportGroup .report-button-prev {
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 20px;
    opacity: .7; }
    .reportGroup .report-button-prev.swiper-button-disabled, .reportGroup .report-button-prev.swiper-button-disabled:hover {
      opacity: .3; }
    .reportGroup .report-button-prev:hover {
      opacity: 1; }
    .reportGroup .report-button-prev:before {
      display: block;
      font-family: "osc";
      content: 'b'; }

.specialArea {
  background: #f8f6f5;
  padding: 40px 0 60px 0; }
  .specialArea p a {
    color: #c44a4a; }
    .specialArea p a:visited {
      color: #c44a4a; }
    .specialArea p a:hover {
      color: #e60012; }
    .specialArea p a:hover {
      text-decoration: underline; }

.searchArea {
  text-align: right; }
  .searchArea.center {
    text-align: center; }
  .searchArea + p {
    margin-top: 40px; }
  .searchArea .selectGroup, .searchArea form {
    display: inline-block;
    vertical-align: top; }
  .searchArea .searchGroup {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top; }
  .searchArea .selectGroup {
    margin-left: 10px;
    margin-bottom: 0; }
    .searchArea .selectGroup + .searchGroup {
      margin-left: 20px; }

ul.messageList {
  margin: 20px 0;
  width: calc( 100% + 40px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }
  ul.messageList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22.4%;
    margin: 0 1% 40px 1%;
    padding: 15px;
    border: 1px solid #ccc; }
    ul.messageList li:hover a.readMore {
      opacity: 1; }
    ul.messageList li figure {
      margin-bottom: 15px; }
      ul.messageList li figure img {
        width: 100%; }
    ul.messageList li time {
      color: #c39518;
      font-size: 18px; }
    ul.messageList li p {
      line-height: 1.5em;
      min-height: 48px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    ul.messageList li .author {
      display: block;
      font-size: 14px;
      color: #999;
      text-align: right; }
    ul.messageList li a.readMore {
      color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0; }
      ul.messageList li a.readMore:visited {
        color: #fff; }
      ul.messageList li a.readMore:hover {
        color: #fff; }
      ul.messageList li a.readMore:focus {
        opacity: 1; }
      ul.messageList li a.readMore span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: inline-block;
        padding: 2px 10px;
        font-size: 13px;
        border: 1px solid #fff;
        border-radius: 15px; }

.page {
  margin: 20px 0  40px 0;
  padding: 40px 0;
  background: #f8f6f5; }
  .page figure {
    text-align: center;
    margin: 40px 0; }
    .page figure img {
      max-width: 100%; }

.welfareArea {
  position: relative; }
  .welfareArea::before {
    position: absolute;
    left: 0;
    right: 0;
    height: 270px;
    bottom: 120px;
    background: #ffeae3;
    content: '.';
    color: rgba(0, 0, 0, 0); }
  .welfareArea .mainPic {
    max-width: 750px;
    margin: 20px auto 60px auto; }
    .welfareArea .mainPic img {
      width: 100%; }

.welfareGroup {
  padding: 20px 0 60px 0; }
  .welfareGroup .benefit + .benefit {
    margin-top: 40px; }
  .welfareGroup .slideGroup {
    text-align: center; }
  .welfareGroup .swiper-slide a {
    color: #333;
    display: block;
    text-align: center; }
    .welfareGroup .swiper-slide a:visited {
      color: #333; }
    .welfareGroup .swiper-slide a:hover {
      color: #e60012; }
  .welfareGroup .welfare-button-next {
    position: absolute;
    z-index: 5;
    top: 53%;
    right: 0;
    font-size: 20px;
    opacity: .7; }
    .welfareGroup .welfare-button-next.swiper-button-disabled, .welfareGroup .welfare-button-next.swiper-button-disabled:hover {
      opacity: .3; }
    .welfareGroup .welfare-button-next:hover {
      opacity: 1; }
    .welfareGroup .welfare-button-next:before {
      display: block;
      font-family: "osc";
      content: 'c'; }
  .welfareGroup .welfare-button-prev {
    position: absolute;
    z-index: 5;
    top: 53%;
    left: 0;
    font-size: 20px;
    opacity: .7; }
    .welfareGroup .welfare-button-prev.swiper-button-disabled, .welfareGroup .welfare-button-prev.swiper-button-disabled:hover {
      opacity: .3; }
    .welfareGroup .welfare-button-prev:hover {
      opacity: 1; }
    .welfareGroup .welfare-button-prev:before {
      display: block;
      font-family: "osc";
      content: 'b'; }

.benefit {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed #262626;
  text-align: center;
  padding: 25px 20px 20px 20px;
  margin: 0 auto; }
  .benefit:hover {
    background: #ffdfc0; }
  .benefit figure {
    margin: 0 auto 10px auto;
    width: 70px; }
    .benefit figure img {
      width: 100%; }
  .benefit .text {
    display: inline-block;
    vertical-align: top; }

.cultivate {
  background: #f8f6f5;
  padding: 50px 0; }

.cultivateArea {
  text-align: center;
  margin: 30px 0 0 0; }

.cultivateGroup {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  min-height: 370px; }
  .cultivateGroup:nth-child(2) {
    margin: 0 3%; }
  .cultivateGroup figure {
    position: relative; }
    .cultivateGroup figure img {
      position: relative;
      z-index: 1;
      width: 100%; }
  .cultivateGroup figcaption, .cultivateGroup h4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    z-index: 5;
    display: inline-block;
    vertical-align: top;
    background: #000;
    color: #fff;
    padding: 18px 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 0; }
  .cultivateGroup ul.markList {
    margin: 40px 50px 0 50px; }

.workingEnvironment {
  padding: 50px 0;
  text-align: center; }
  .workingEnvironment .btnArea {
    margin-bottom: 10px; }

.photoArea {
  position: relative;
  margin: 40px 0;
  padding-top: 40%; }
  .photoArea .photo {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    min-width: 50px;
    min-height: 50px; }
    .photoArea .photo:nth-child(1) {
      width: calc( 33% - 2px);
      bottom: 0; }
    .photoArea .photo:nth-child(2) {
      width: calc( 33% - 2px);
      height: calc( 50% - 3px);
      left: calc( 33% + 7px); }
    .photoArea .photo:nth-child(3) {
      width: calc( 33% - 2px);
      height: calc( 50% - 3px);
      left: auto;
      right: 0; }
    .photoArea .photo:nth-child(4) {
      width: calc( 22% - 4px);
      height: calc( 50% - 4px);
      top: auto;
      bottom: 0;
      left: calc( 33% + 7px); }
    .photoArea .photo:nth-child(5) {
      width: calc( 22% - 4px);
      height: calc( 50% - 4px);
      top: auto;
      bottom: 0;
      left: calc( 55% + 11px); }
    .photoArea .photo:nth-child(6) {
      width: calc( 22% - 4px);
      height: calc( 50% - 4px);
      top: auto;
      bottom: 0;
      left: auto;
      right: 0; }
      .photoArea .photo:nth-child(6) a.text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .photoArea .photo:nth-child(6) a.text:hover span {
          background: #e60012;
          color: #fff; }
        .photoArea .photo:nth-child(6) a.text span {
          position: absolute;
          left: 5px;
          bottom: 5px;
          display: inline-block;
          vertical-align: top;
          padding: 2px 5px;
          background: #e2e2e2;
          border-radius: 5px;
          font-size: 14px; }

.graduateArea {
  padding: 50px 0;
  background: url(../images/about/graduate.jpg) left top no-repeat;
  background-size: cover; }
  .graduateArea h3 {
    margin-bottom: 10px; }
  .graduateArea h4 {
    font-size: 30px;
    color: #bb9e6b;
    line-height: 1.4em;
    margin-bottom: 10px; }
  .graduateArea p {
    font-size: 18px; }
  .graduateArea a.btnSend {
    background: #262626;
    color: #fff;
    border: 1px solid #262626;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 25px; }
    .graduateArea a.btnSend:visited, .graduateArea a.btnSend:active, .graduateArea a.btnSend:focus {
      color: #fff;
      text-decoration: none; }
    .graduateArea a.btnSend:hover {
      background: #333;
      color: #fff;
      background: #e60012;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #e60012; }
    .graduateArea a.btnSend:hover::before {
      right: -6px;
      bottom: -8px; }
    .graduateArea a.btnSend:hover::after {
      display: block; }
    .graduateArea a.btnSend::before {
      position: absolute;
      z-index: 5;
      width: 20px;
      height: 20px;
      right: -10px;
      bottom: -12px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/about/click_arrow.png) left top no-repeat;
      background-size: 100% auto; }
    .graduateArea a.btnSend::after {
      position: absolute;
      z-index: 1;
      width: 18px;
      height: 18px;
      right: 4px;
      bottom: 2px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/about/click_bg.png) left top no-repeat;
      background-size: 100% auto;
      display: none; }

.graduateContent {
  width: 650px;
  margin-left: calc( 100% - 650px);
  text-align: center; }

.fieldwork {
  padding-bottom: 30px; }
  .fieldwork .benefit {
    margin: 0 10px 20px 10px; }

ul.performanceList {
  margin: 0 auto 0 1.2%;
  text-align: left; }
  ul.performanceList li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 30%;
    margin: 0 1.2% 40px 1.2%;
    padding: 35px 30px;
    border: 1px solid #d6cfc9; }
    ul.performanceList li figure {
      margin: 10px auto; }
      ul.performanceList li figure img {
        width: auto;
        max-height: 110px; }
    ul.performanceList li figcaption {
      color: #bb9e6b;
      font-size: 18px;
      font-weight: bold; }
    ul.performanceList li h3 {
      font-weight: normal;
      height: 48px;
      font-size: 15px;
      margin-bottom: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    ul.performanceList li h4 {
      font-size: 14px;
      color: #999;
      font-weight: normal;
      margin: 5px auto 10px auto; }

.publicSubscription {
  padding: 40px 0; }
  .publicSubscription h3 {
    margin-bottom: 0; }
  .publicSubscription .mainPic {
    display: inline-block;
    vertical-align: middle;
    width: 20%; }
    .publicSubscription .mainPic img {
      width: 100%; }
  .publicSubscription ul.purchaseStep {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    margin: 40px 0 20px 5%; }

ul.purchaseStep {
  text-align: left; }
  ul.purchaseStep li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
    min-height: 90px; }
    ul.purchaseStep li:nth-child(1) .date {
      border: 8px solid #9fd119; }
      ul.purchaseStep li:nth-child(1) .date::after {
        color: #9fd119; }
    ul.purchaseStep li:nth-child(2) .date {
      border: 8px solid #38c395; }
      ul.purchaseStep li:nth-child(2) .date::after {
        color: #38c395; }
    ul.purchaseStep li:nth-child(3) .date {
      border: 8px solid #359fdc; }
      ul.purchaseStep li:nth-child(3) .date::after {
        color: #359fdc; }
    ul.purchaseStep li:nth-child(4) .date {
      border: 8px solid #006cd5; }
      ul.purchaseStep li:nth-child(4) .date::after {
        color: #006cd5; }
    ul.purchaseStep li:nth-child(5) .date {
      border: 8px solid #6d5fd3; }
      ul.purchaseStep li:nth-child(5) .date::after {
        color: #6d5fd3; }
    ul.purchaseStep li:nth-child(6) .date {
      border: 8px solid #dd6cb9; }
      ul.purchaseStep li:nth-child(6) .date::after {
        color: #dd6cb9; }
    ul.purchaseStep li mark {
      display: block;
      background: none;
      font-weight: bold;
      padding-top: 10px; }
    ul.purchaseStep li p {
      border-top: 1px dashed #666;
      margin-top: 10px;
      padding-top: 10px; }
    ul.purchaseStep li .date {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 80px;
      padding: 20px 0 0 4px;
      border: 8px solid #000;
      border-radius: 50%;
      text-align: center; }
      ul.purchaseStep li .date::after {
        position: absolute;
        left: 0;
        top: 100%;
        display: block;
        font-family: 'osc';
        content: 'm';
        width: 100%;
        font-size: 40px; }
      ul.purchaseStep li .date span {
        display: inline-block;
        vertical-align: top; }
      ul.purchaseStep li .date .x {
        font-family: 'Arial Black', Arial, Helvetica Neue, Helvetica, sans-serif; }

.secondaryMarket {
  background: #f8f6f5;
  padding: 40px 0; }
  .secondaryMarket .tableArea {
    margin: 20px auto 40px auto; }
  .secondaryMarket .areaContent h3 + h4 span {
    margin: 0 auto 10px auto; }

.inappropriate {
  padding: 50px 0; }

.conditions {
  background: #f8f6f5;
  padding: 40px 0; }
  .conditions .marAreaSwiper:after {
    display: none; }
  .conditions .marTableHeader {
    display: none; }
  .conditions .marTable {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0 0 15px 15px; }
    .conditions .marTable ul {
      margin: 20px 0 20px 30px; }
      .conditions .marTable ul li {
        margin-bottom: 10px;
        padding-left: 0px;
        list-style-position: outside;
        list-style-type: disc;
        border: 0px; }
    .conditions .marTable ol {
      margin: 20px 0 20px 10px; }
      .conditions .marTable ol > li {
        margin-bottom: 10px;
        margin-left: 20px;
        list-style-position: outside;
        list-style-type: decimal; }
    .conditions .marTable table {
      cursor: default; }
      .conditions .marTable table th {
        border-right: none; }
      .conditions .marTable table tbody tr {
        text-align: left; }
        .conditions .marTable table tbody tr td {
          vertical-align: top;
          width: 18%;
          border-left: 1px solid #e2e2e2; }
          .conditions .marTable table tbody tr td:nth-child(1) {
            width: 90px; }
        .conditions .marTable table tbody tr:first-child td {
          padding: 6px 10px;
          text-align: center; }
          .conditions .marTable table tbody tr:first-child td:nth-child(2) {
            border-right: none; }
          .conditions .marTable table tbody tr:first-child td:nth-child(3), .conditions .marTable table tbody tr:first-child td:nth-child(4) {
            background: #f3c9c9; }
          .conditions .marTable table tbody tr:first-child td:nth-child(4) {
            border-right: 1px solid #e2e2e2; }
          .conditions .marTable table tbody tr:first-child td:nth-child(5), .conditions .marTable table tbody tr:first-child td:nth-child(6) {
            background: #f3d4c9; }
        .conditions .marTable table tbody tr:last-child {
          border-top: none; }
          .conditions .marTable table tbody tr:last-child td:nth-child(1) {
            padding: 6px 10px;
            text-align: left; }

.stockStep {
  padding: 60px 0; }

ul.stockStepList {
  position: relative;
  text-align: center;
  margin: 40px 0 0 0; }
  ul.stockStepList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    min-height: 414px;
    padding: 30px 15px 0 15px;
    border: 1px solid #bb9e6b; }
    ul.stockStepList li:last-child:after {
      display: none; }
    ul.stockStepList li:after {
      content: '';
      position: absolute;
      top: 25%;
      right: -30px;
      width: 40px;
      height: 50px;
      z-index: 2;
      background: url(../images/icons/arrow_right_bold.svg) no-repeat center center; }
    ul.stockStepList li:nth-child(1) p {
      min-height: auto; }
    ul.stockStepList li:nth-child(2) {
      margin: 0 0 0 2%; }
    ul.stockStepList li:nth-child(3) {
      margin: 0 2%; }
    ul.stockStepList li figure {
      margin: 0 auto; }
      ul.stockStepList li figure img {
        width: 80%; }
    ul.stockStepList li figcaption {
      font-size: 18px;
      line-height: 1.5em;
      color: #bb9e6b;
      margin: 10px 0 20px 0; }
    ul.stockStepList li mark {
      display: inline-block;
      vertical-align: top;
      background: #000;
      color: #fff;
      padding: 3px 10px;
      margin-bottom: 10px; }

.agentArea {
  text-align: center;
  padding-bottom: 40px; }
  .agentArea .pointGroup h4 {
    width: 260px; }
  .agentArea .pointGroup:nth-child(4) p {
    min-height: 102px; }
  .agentArea .btnArea {
    margin-bottom: 30px; }
    .agentArea .btnArea a.btnMore {
      background: #fff;
      color: #c44a4a;
      border: 1px solid #c44a4a;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      display: inline-block;
      vertical-align: top;
      width: 180px;
      padding: 0px; }
      .agentArea .btnArea a.btnMore:visited, .agentArea .btnArea a.btnMore:active, .agentArea .btnArea a.btnMore:focus {
        color: #c44a4a;
        text-decoration: none; }
      .agentArea .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #c44a4a;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #c44a4a; }
      .agentArea .btnArea a.btnMore.select {
        background: #c44a4a;
        color: #fff; }
      .agentArea .btnArea a.btnMore + a.btnMore {
        margin-left: 40px; }

.agentLocation {
  text-align: center; }
  .agentLocation .areaContent {
    padding-bottom: 50px; }
  .agentLocation .pointGroup {
    padding: 40px 40px; }
    .agentLocation .pointGroup h4 {
      padding: 0 40px; }
    .agentLocation .pointGroup h5 {
      font-size: 18px;
      margin-bottom: 10px; }
    .agentLocation .pointGroup figure {
      width: 82%;
      margin: 10px auto 0 auto; }

.pointGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 60px auto 0 auto;
  padding: 40px 50px;
  width: 98%; }
  .pointGroup h4 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 20px;
    font-size: 22px; }
  .pointGroup p {
    text-align: left; }
  .pointGroup figure img {
    width: 100%; }
  .pointGroup.half {
    width: 45%;
    display: inline-block;
    vertical-align: top; }
    .pointGroup.half:nth-child(even) {
      margin-left: 6%; }

.marArea.bondMarket .tableWrap .swiper-slide {
  width: 100%; }

.marArea.bondMarket .marTableHeader {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }

.marArea.bondMarket .marAreaSwiper:after {
  display: none; }

.marArea.bondMarket .marTable th {
  border-right: none; }

.marArea.bondMarket .marTable table {
  cursor: default; }
  .marArea.bondMarket .marTable table tbody tr:first-child td {
    padding: 10px;
    letter-spacing: inherit;
    background: none; }
    .marArea.bondMarket .marTable table tbody tr:first-child td:nth-child(2), .marArea.bondMarket .marTable table tbody tr:first-child td:nth-child(4) {
      border-right: none; }
  .marArea.bondMarket .marTable table tbody tr:last-child {
    border-top: none; }
    .marArea.bondMarket .marTable table tbody tr:last-child td:nth-child(1) {
      font-weight: normal;
      text-align: center; }

.marArea.bondMarket .thNotice {
  display: none; }

.mapLocation {
  padding: 60px 0;
  background: #f8f6f5; }
  .mapLocation .location {
    position: relative;
    padding-bottom: 30%;
    margin: 30px 0; }
    .mapLocation .location iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15); }

.agentDownload {
  text-align: center; }

.agentNotice {
  text-align: center; }
  .agentNotice .selectGroup {
    margin-left: 0; }
    .agentNotice .selectGroup select {
      min-width: 234px; }

.companyGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 50px auto 40px auto;
  padding: 40px 50px;
  width: 98%; }
  .companyGroup h4 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 60px;
    font-size: 22px; }
    .companyGroup h4.inline {
      width: 340px;
      text-align: center; }
  .companyGroup h5 {
    color: #bd924f;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bd924f;
    padding: 4px 30px;
    font-size: 20px;
    margin-bottom: 40px; }

.companyTop {
  position: relative; }
  .companyTop::after {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    content: '.';
    color: rgba(0, 0, 0, 0);
    border-left: 1px solid #888; }

.companyDetail {
  position: relative;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px; }
  .companyDetail p {
    text-align: left; }
  .companyDetail figure {
    width: 120px;
    margin: 0 auto; }
    .companyDetail figure img {
      width: 100%; }
  .companyDetail + .companyDetail {
    margin-left: 6%; }

ul.agentDetailList {
  margin: 40px 0 70px 0;
  text-align: left; }
  ul.agentDetailList > li {
    margin-bottom: 20px;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    background: #fff; }
    ul.agentDetailList > li h6 {
      background: #eff4fa;
      text-align: center;
      padding: 8px 0; }
    ul.agentDetailList > li.souvenir mark {
      background: #e9dedd; }
    ul.agentDetailList > li:before {
      content: none; }
    ul.agentDetailList > li::after {
      display: block;
      content: '.';
      float: none;
      clear: both;
      height: 0;
      color: rgba(0, 0, 0, 0); }
    ul.agentDetailList > li .text {
      display: inline-block;
      vertical-align: top;
      max-width: calc( 100% - 100px); }
    ul.agentDetailList > li mark {
      position: relative;
      display: block;
      font-size: 18px;
      padding: 10px 10px;
      text-align: center;
      background: #d5e0ec; }
      ul.agentDetailList > li mark:before {
        position: absolute;
        right: 10px;
        top: 13px;
        color: #262626; }
      ul.agentDetailList > li mark:hover {
        cursor: pointer; }
    ul.agentDetailList > li .agentTable {
      display: none; }
      ul.agentDetailList > li .agentTable.half {
        float: left;
        width: 50%; }
        ul.agentDetailList > li .agentTable.half + .half {
          border-left: 1px solid #fff; }

ul.agentListTitle.memento1 li:nth-child(1), ul.agentList.memento1 li:nth-child(1) {
  width: 25%; }

ul.agentListTitle.memento1 li:nth-child(2), ul.agentList.memento1 li:nth-child(2) {
  width: 25%; }

ul.agentListTitle.memento1 li:nth-child(3), ul.agentList.memento1 li:nth-child(3) {
  width: 25%; }

ul.agentListTitle.memento1 li:nth-child(4), ul.agentList.memento1 li:nth-child(4) {
  width: 23%; }

ul.agentListTitle.memento2 li:nth-child(1), ul.agentList.memento2 li:nth-child(1) {
  width: 25%; }

ul.agentListTitle.memento2 li:nth-child(2), ul.agentList.memento2 li:nth-child(2) {
  width: 25%; }

ul.agentListTitle.memento2 li:nth-child(3), ul.agentList.memento2 li:nth-child(3) {
  width: 48%; }

ul.agentListTitle li, ul.agentList li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 0; }
  ul.agentListTitle li a.link, ul.agentList li a.link {
    color: #c44a4a;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    margin: 5px 10px; }
    ul.agentListTitle li a.link:visited, ul.agentList li a.link:visited {
      color: #c44a4a; }
    ul.agentListTitle li a.link:hover, ul.agentList li a.link:hover {
      color: #e60012; }
  ul.agentListTitle li .noData, ul.agentList li .noData {
    display: inline-block;
    vertical-align: top; }

ul.agentListTitle {
  background: #e3ecf6;
  color: #1d4673;
  font-weight: bold;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626; }
  ul.agentListTitle.memento1, ul.agentListTitle.memento2 {
    background: #f0ebea;
    color: #853029; }

ul.agentList.shareholder li, ul.agentList.ex-dividend li, ul.agentList.ex-rights li, ul.agentList.capital-increase li, ul.agentList.capital-reduction li {
  position: relative;
  display: block;
  padding: 10px 10px 10px 170px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  ul.agentList.shareholder li::before, ul.agentList.ex-dividend li::before, ul.agentList.ex-rights li::before, ul.agentList.capital-increase li::before, ul.agentList.capital-reduction li::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 145px;
    padding: 10px 10px 10px 0;
    text-align: right;
    content: attr(data-label);
    color: #1d4673;
    background: #e3ecf6; }

.riskStrategy {
  position: relative;
  padding: 50px 0; }
  .riskStrategy.first {
    padding: 20px 0 50px 0; }
  .riskStrategy h4 {
    margin: 20px 0 20px 0;
    font-size: 18px; }
  .riskStrategy h5 {
    margin-bottom: 20px; }

.riskOrganize {
  position: relative;
  background: #f8f6f5;
  padding: 40px 0; }
  .riskOrganize img {
    max-width: 100%; }
  .riskOrganize figure img {
    max-width: 800px; }

.riskMonitoring {
  position: relative;
  padding: 8% 0;
  background: #141613;
  color: #fff; }
  .riskMonitoring .mainPic {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .riskMonitoring .mainPic img {
      height: 100%; }
  .riskMonitoring .areaContent {
    text-align: left; }
    .riskMonitoring .areaContent .textArea {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 50%; }
      .riskMonitoring .areaContent .textArea h3 {
        margin-bottom: 20px; }
      .riskMonitoring .areaContent .textArea h4 {
        color: #bb9e6b;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px; }

.riskProcess {
  position: relative;
  padding: 8% 0;
  background: #becfd9; }
  .riskProcess .mainPic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .riskProcess .mainPic img {
      height: 100%; }
  .riskProcess .areaContent {
    text-align: right; }
    .riskProcess .areaContent .textArea {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 50%; }
      .riskProcess .areaContent .textArea h3 {
        margin-bottom: 20px; }
      .riskProcess .areaContent .textArea h4 {
        color: #bb9e6b;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px; }
      .riskProcess .areaContent .textArea ol > li {
        margin-bottom: 10px;
        margin-left: 20px;
        list-style-position: outside;
        list-style-type: decimal; }

/*--> Sitemap -----------------------------------------------------------------------*/
.sitemapArticle {
  text-align: left;
  margin-bottom: 60px; }
  .sitemapArticle * > :before {
    content: attr(data-site);
    margin-right: 10px; }

div.sitemap {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 0 1% 20px 1%; }
  div.sitemap h4 a {
    color: #c44a4a;
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 20px; }
    div.sitemap h4 a:visited {
      color: #c44a4a; }
    div.sitemap h4 a:hover {
      color: #e60012; }
  div.sitemap ul::before {
    display: none; }
  div.sitemap ul * > :before {
    content: attr(data-site2); }
  div.sitemap ul li {
    position: relative;
    line-height: 1.4em;
    margin-bottom: 10px; }
    div.sitemap ul li a {
      color: #262626; }
      div.sitemap ul li a:visited {
        color: #262626; }
      div.sitemap ul li a:hover {
        color: #e60012; }

form label.tipWord {
  display: none; }

.tNrowBox a {
  color: #262626;
  text-decoration: underline; }
  .tNrowBox a:visited {
    color: #262626; }
  .tNrowBox a:hover {
    color: #e60012; }

.branchesSingleLine a {
  color: #262626;
  text-decoration: underline; }
  .branchesSingleLine a:visited {
    color: #262626; }
  .branchesSingleLine a:hover {
    color: #e60012; }

.oaoCol .rowBox {
  min-height: 360px; }

.oaoInside .oaoCol, .oaoInside .ulCol {
  margin: 0 1%; }

/*--> 404 ----------------------------------------------------------------------------*/
.content404 {
  text-align: center;
  padding: 60px 0; }
  .content404 h1 {
    font-size: 20px;
    line-height: 1.4em;
    margin: 20px 0; }
  .content404 figure {
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    .content404 figure img {
      width: 100%; }
  .content404 .btnArea {
    margin-top: 40px; }
    .content404 .btnArea a.btnMore {
      background: #e60012;
      color: #fff;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .content404 .btnArea a.btnMore:visited, .content404 .btnArea a.btnMore:active, .content404 .btnArea a.btnMore:focus {
        color: #fff;
        text-decoration: none; }
      .content404 .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #262626;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #262626; }
      .content404 .btnArea a.btnMore .icon-right::before {
        position: relative;
        top: 2px;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .content404 .btnArea a.btnMore:hover .icon-right::before {
        right: -15px; }

.purchase .publicSubscription {
  background: #f8f6f5; }
  .purchase .publicSubscription h4 + p {
    margin-top: 20px; }

.purchase .stockPurchase {
  padding: 40px 0; }

.purchase .purchaseFunds {
  padding: 40px 0;
  text-align: center; }
  .purchase .purchaseFunds img {
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px; }

.purchase .purchaseEnd {
  text-align: center;
  padding: 40px 0;
  background: #f8f6f5; }
  .purchase .purchaseEnd h2 + p {
    min-height: 0;
    margin-bottom: 30px; }
  .purchase .purchaseEnd h3 {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto  30px auto;
    padding: 5px 35px;
    border: 1px solid #262626;
    font-size: 20px; }
  .purchase .purchaseEnd h4 {
    font-size: 18px; }
  .purchase .purchaseEnd p {
    min-height: 52px;
    margin-bottom: 0; }
  .purchase .purchaseEnd .btnArea {
    margin-bottom: 40px; }
  .purchase .purchaseEnd .endGroup {
    margin-bottom: 60px; }
  .purchase .purchaseEnd .endLeft {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 45%;
    padding: 30px 34px;
    border: 1px solid #d6cfc9; }
    .purchase .purchaseEnd .endLeft img {
      height: 150px; }
  .purchase .purchaseEnd .endRight {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 45%;
    margin-left: 5%;
    padding: 30px 34px;
    border: 1px solid #d6cfc9; }
    .purchase .purchaseEnd .endRight img {
      height: 150px; }

.ps {
  position: relative;
  top: -40px;
  text-align: right;
  font-size: 14px;
  color: #666; }

/*--> 針對無障礙 --------------------------------------------------------*/
.circleItem:focus {
  outline: 3px dashed #e4001e !important; }

/*--> 利害關係人互動專區 -----------------------*/
.interactiveArea {
  position: relative;
  text-align: center; }
  .interactiveArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 40px 0;
    border: 1px solid #bd924f; }
  .interactiveArea h4 {
    font-size: 18px;
    color: #bb9e6b;
    margin-bottom: 20px;
    text-align: center; }
  .interactiveArea p {
    text-align: center; }
  .interactiveArea .text {
    font-size: 14px;
    color: #666; }
  .interactiveArea .photoGroup {
    text-align: center;
    margin-bottom: 60px; }
    .interactiveArea .photoGroup:last-child {
      margin-bottom: 0; }
    .interactiveArea .photoGroup .photoImg {
      display: inline-block;
      vertical-align: top;
      width: 48%; }
      .interactiveArea .photoGroup .photoImg + .photoImg {
        margin-left: 3%; }
      .interactiveArea .photoGroup .photoImg img {
        width: 100%; }

.gameGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 50px auto 20px auto;
  padding: 40px 50px;
  width: 98%;
  text-align: center; }
  .gameGroup .ciTitle {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 209px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 6px 60px;
    color: #bd924f;
    font-size: 1.25rem; }
  .gameGroup figure {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
    .gameGroup figure img {
      width: 100%; }
  .gameGroup .btnArea {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px; }
    .gameGroup .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      display: inline-block;
      vertical-align: top;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .gameGroup .btnArea a.btnMore:visited, .gameGroup .btnArea a.btnMore:active, .gameGroup .btnArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .gameGroup .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }
      .gameGroup .btnArea a.btnMore:hover [class^='icon-'] {
        right: -15px; }
      .gameGroup .btnArea a.btnMore [class^='icon-'] {
        position: relative;
        top: 3px;
        right: 0;
        font-size: 18px;
        margin-left: 8px;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out; }

.questionnaireGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 50px auto 60px auto;
  padding: 40px 50px;
  width: 98%;
  text-align: center; }
  .questionnaireGroup .ciTitle {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    min-width: 276px;
    padding: 6px 60px;
    color: #bd924f;
    font-size: 1.25rem; }
  .questionnaireGroup figure {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
    .questionnaireGroup figure img {
      width: 100%; }
  .questionnaireGroup .btnArea {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px; }
    .questionnaireGroup .btnArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #e60012;
      border: 1px solid #e60012;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      display: inline-block;
      vertical-align: top;
      padding: 0 50px 0 60px;
      line-height: 44px;
      letter-spacing: 1px; }
      .questionnaireGroup .btnArea a.btnMore:visited, .questionnaireGroup .btnArea a.btnMore:active, .questionnaireGroup .btnArea a.btnMore:focus {
        color: #e60012;
        text-decoration: none; }
      .questionnaireGroup .btnArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #e60012;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #e60012; }
      .questionnaireGroup .btnArea a.btnMore:hover [class^='icon-'] {
        right: -15px; }
      .questionnaireGroup .btnArea a.btnMore [class^='icon-'] {
        position: relative;
        top: 3px;
        right: 0;
        font-size: 18px;
        margin-left: 8px;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out; }

.esgReportArea {
  background: #f8f6f5; }
  .esgReportArea .areaContent {
    padding-top: 40px; }
    .esgReportArea .areaContent .ciTitle {
      display: inline-block;
      color: #bd924f;
      font-size: 1.25rem;
      padding: 6px 50px;
      margin: 10px 0 20px 0;
      border: 1px solid #bd924f; }

.investorArea {
  padding: 40px 0;
  text-align: center; }
  .investorArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 30px 0;
    border: 1px solid #bd924f; }

.tableEsg {
  margin-bottom: 40px; }
  .tableEsg table {
    width: 100%;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
    .tableEsg table thead tr {
      color: #fff;
      background-color: #ce1717; }
      .tableEsg table thead tr td {
        padding: 6px 10px;
        font-weight: bold; }
    .tableEsg table tbody tr:nth-child(even) {
      background-color: #f0eae7; }
    .tableEsg table tbody tr td {
      vertical-align: top;
      padding: 10px;
      text-align: center;
      border-left: 1px solid #e2e2e2; }
      .tableEsg table tbody tr td:first-child {
        width: 20%;
        min-width: 100px; }
      .tableEsg table tbody tr td:last-child {
        width: 10%;
        min-width: 65px; }
      .tableEsg table tbody tr td a.downloadLink {
        color: #333;
        position: relative;
        display: block;
        text-decoration: none; }
        .tableEsg table tbody tr td a.downloadLink:visited {
          color: #333; }
        .tableEsg table tbody tr td a.downloadLink:hover {
          color: #e60012; }
        .tableEsg table tbody tr td a.downloadLink .icon-download {
          display: inline-block;
          vertical-align: top;
          text-decoration: none;
          font-size: 28px;
          line-height: 22px;
          height: 22px; }
          .tableEsg table tbody tr td a.downloadLink .icon-download span {
            display: none; }
        .tableEsg table tbody tr td a.downloadLink:hover span.icon-download {
          color: #e60012; }

.windowArea {
  position: relative; }

.channelArea {
  position: relative;
  padding: 40px 0;
  margin-bottom: 60px;
  background: #f8f6f5; }
  .channelArea .anchor {
    top: -55px; }
  .channelArea h4 {
    font-size: 18px;
    color: #bb9e6b;
    margin-bottom: 20px; }
  .channelArea ol {
    margin: 20px 0 20px 10px; }
    .channelArea ol > li {
      margin-bottom: 10px;
      margin-left: 20px;
      list-style-position: outside;
      list-style-type: decimal; }
      .channelArea ol > li ul.markList {
        margin: 20px 0 20px 10px; }

.issuesArea {
  position: relative;
  top: -38px;
  background: #f8f6f5;
  margin-bottom: 20px;
  padding: 40px 0; }
  .issuesArea .marAreaSwiper::after {
    display: none; }
  .issuesArea .marTableHeader {
    display: none; }
  .issuesArea .half {
    display: inline-block;
    vertical-align: top;
    width: 47%; }
    .issuesArea .half + .half {
      margin-left: 3%; }

ul.issuesList {
  position: relative;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-bottom: 40px; }
  ul.issuesList ul.markList {
    margin: 0 0 20px 10px; }
  ul.issuesList.step4 {
    margin-top: 20px; }
    ul.issuesList.step4::after {
      width: 80px;
      top: -55px; }
    ul.issuesList.step4 > li {
      width: calc( 23.5% - 7px); }
      ul.issuesList.step4 > li:first-child .stepTitle .step::before, ul.issuesList.step4 > li:first-child .stepTitle .step::after {
        display: none; }
      ul.issuesList.step4 > li:last-child p::after {
        display: none; }
      ul.issuesList.step4 > li .stepTitle {
        height: 80px;
        text-align: center; }
        ul.issuesList.step4 > li .stepTitle::before {
          border-width: 40px 0 40px 20px; }
        ul.issuesList.step4 > li .stepTitle::after {
          border-width: 40px 0 40px 20px; }
        ul.issuesList.step4 > li .stepTitle .step {
          margin-top: 11px; }
          ul.issuesList.step4 > li .stepTitle .step::before {
            position: absolute;
            z-index: 1;
            content: '.';
            color: rgba(0, 0, 0, 0);
            top: -7px;
            right: calc( 100% - 1px);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 0 30px 15px;
            border-color: transparent transparent transparent #999; }
          ul.issuesList.step4 > li .stepTitle .step::after {
            position: absolute;
            z-index: 2;
            content: '.';
            color: rgba(0, 0, 0, 0);
            top: -7px;
            right: calc( 100% + 1px);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 0 30px 15px;
            border-color: transparent transparent transparent #f8f6f5; }
        ul.issuesList.step4 > li .stepTitle .text {
          display: block;
          font-size: 18px;
          margin-left: 20px;
          margin-top: 3px; }
  ul.issuesList > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc( 12.5% - 7px);
    margin: 0 7px; }
    ul.issuesList > li:nth-child(1) .stepTitle {
      background: #9fd119; }
      ul.issuesList > li:nth-child(1) .stepTitle::after {
        border-color: transparent transparent transparent #9fd119; }
      ul.issuesList > li:nth-child(1) .stepTitle .level::before, ul.issuesList > li:nth-child(1) .stepTitle .level::after {
        display: none; }
    ul.issuesList > li:nth-child(2) .stepTitle {
      background: #38c395; }
      ul.issuesList > li:nth-child(2) .stepTitle::after {
        border-color: transparent transparent transparent #38c395; }
    ul.issuesList > li:nth-child(3) .stepTitle {
      background: #359fdc; }
      ul.issuesList > li:nth-child(3) .stepTitle::after {
        border-color: transparent transparent transparent #359fdc; }
    ul.issuesList > li:nth-child(4) .stepTitle {
      background: #006cd5; }
      ul.issuesList > li:nth-child(4) .stepTitle::after {
        border-color: transparent transparent transparent #006cd5; }
    ul.issuesList > li:nth-child(4) p {
      padding: 0; }
    ul.issuesList > li .stepTitle {
      color: #fff;
      padding: 5px 0;
      height: 64px; }
      ul.issuesList > li .stepTitle .step {
        display: block;
        margin-top: 5px;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        font-family: 'Arial Black', Arial, Helvetica Neue, Helvetica, sans-serif; }
      ul.issuesList > li .stepTitle::before {
        position: absolute;
        content: '.';
        color: rgba(0, 0, 0, 0);
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 32px 0 32px 20px;
        border-color: transparent transparent transparent #f8f6f5; }
      ul.issuesList > li .stepTitle::after {
        position: absolute;
        z-index: 5;
        content: '.';
        color: rgba(0, 0, 0, 0);
        top: 0;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 32px 0 32px 20px;
        border-color: transparent transparent transparent #ccc; }
    ul.issuesList > li .content {
      position: relative;
      margin: 20px 0 0 0;
      padding: 0 9px;
      min-height: 77px; }
      ul.issuesList > li .content::after {
        position: absolute;
        top: 0;
        right: -10px;
        height: 100%;
        content: '.';
        color: rgba(0, 0, 0, 0);
        border-right: 1px dashed #bb9e6b; }
    ul.issuesList > li .mark {
      font-weight: bold;
      text-align: center; }

.interestedArea {
  text-align: center;
  margin: 40px 0; }
  .interestedArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }

ul.interestedList {
  margin: 20px 0; }
  ul.interestedList li {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    text-align: center;
    margin: 0 5px 30px 5px; }
    ul.interestedList li .text {
      display: block;
      text-align: center;
      margin-top: 10px; }
    ul.interestedList li .figure {
      display: inline-block;
      vertical-align: top;
      width: 60px; }
      ul.interestedList li .figure img {
        width: 100%; }

.interestedTable table {
  width: 100%;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .interestedTable table th {
    padding: 6px 10px;
    border-right: 1px solid #ef6565; }
    .interestedTable table th:nth-child(1) {
      width: 150px; }
    .interestedTable table th:nth-child(3) {
      width: 210px; }
    .interestedTable table th:nth-child(4) {
      width: 100px; }
    .interestedTable table th:last-child {
      width: 210px; }
  .interestedTable table td {
    background-color: #fcfbfb;
    padding: 10px;
    border-left: 1px solid #e2e2e2; }
    .interestedTable table td ul.markList {
      margin-left: 10px; }
      .interestedTable table td ul.markList li {
        margin-bottom: 5px; }
    .interestedTable table td .figure {
      display: inline-block;
      vertical-align: top;
      width: 60px; }
      .interestedTable table td .figure img {
        width: 100%; }
    .interestedTable table td .text {
      display: block; }
    .interestedTable table td.even {
      background-color: #f0eae7; }
  .interestedTable table thead tr {
    color: #fff;
    background-color: #ce1717; }

.diagramArea {
  text-align: center;
  margin: 40px 0; }
  .diagramArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 30px 0;
    border: 1px solid #bd924f; }
  .diagramArea p {
    text-align: left; }

ul.diagramList {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
  ul.diagramList li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 300px;
    margin: 0 10px;
    padding: 20px 15px; }
    ul.diagramList li:nth-child(1) {
      color: #007697; }
    ul.diagramList li:nth-child(2) {
      color: #e17832; }
    ul.diagramList li:nth-child(3) {
      color: #6ca546; }
    ul.diagramList li p {
      text-align: center;
      margin-bottom: 0; }
    ul.diagramList li .sTitle {
      display: block;
      font-weight: bold;
      font-size: 20px; }
    ul.diagramList li .sSubTitle {
      display: block;
      font-size: 18px;
      margin-bottom: 5px; }

.diagram {
  width: 700px;
  margin: 40px auto 0px auto; }
  .diagram img {
    width: 100%; }

/*--> 公平待客及反詐騙專區 -----------------------*/
.fairly {
  position: relative; }

.organizeFairly {
  padding: 40px 0;
  text-align: center;
  background: #f8f6f5; }
  .organizeFairly .left {
    text-align: left; }
  .organizeFairly .title {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold; }
  .organizeFairly figure {
    width: 950px;
    max-width: 100%;
    margin: 0 auto; }
    .organizeFairly figure img {
      width: 100%;
      margin-bottom: 30px; }
  .organizeFairly .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }

.principleArea {
  position: relative;
  padding: 40px 0;
  text-align: center; }
  .principleArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }
  .principleArea ul.principleList {
    margin: 20px 0; }
    .principleArea ul.principleList li {
      position: relative;
      background: #333;
      margin-bottom: 10px;
      color: #fff;
      padding-left: 120px;
      padding-right: 60px;
      text-align: left;
      overflow: hidden; }
      .principleArea ul.principleList li::before {
        position: absolute;
        z-index: 3;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        width: 40px;
        height: 100.5%;
        background: url(../images/arrow_bg_01l.jpg) top left no-repeat;
        background-size: 100% 100%; }
      .principleArea ul.principleList li::after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        width: 60px;
        height: 100%;
        background: url(../images/arrow_bg_01r.jpg) top right no-repeat;
        background-size: 100% 100%; }
      .principleArea ul.principleList li:nth-child(1) {
        background: #143c6d; }
        .principleArea ul.principleList li:nth-child(1) .num {
          border-right: 8px solid #44648a; }
      .principleArea ul.principleList li:nth-child(2) {
        background: #3169a2; }
        .principleArea ul.principleList li:nth-child(2)::before {
          background: url(../images/arrow_bg_02l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(2)::after {
          background: url(../images/arrow_bg_02r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(2) .num {
          border-right: 8px solid #5b87b6; }
      .principleArea ul.principleList li:nth-child(3) {
        background: #709ecd; }
        .principleArea ul.principleList li:nth-child(3)::before {
          background: url(../images/arrow_bg_03l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(3)::after {
          background: url(../images/arrow_bg_03r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(3) .num {
          border-right: 8px solid #90b2d7; }
      .principleArea ul.principleList li:nth-child(4) {
        background: #006865; }
        .principleArea ul.principleList li:nth-child(4)::before {
          background: url(../images/arrow_bg_04l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(4)::after {
          background: url(../images/arrow_bg_04r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(4) .num {
          border-right: 8px solid #338586; }
      .principleArea ul.principleList li:nth-child(5) {
        background: #2d4722; }
        .principleArea ul.principleList li:nth-child(5)::before {
          background: url(../images/arrow_bg_05l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(5)::after {
          background: url(../images/arrow_bg_05r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(5) .num {
          border-right: 8px solid #576b4f; }
      .principleArea ul.principleList li:nth-child(6) {
        background: #5b8f44; }
        .principleArea ul.principleList li:nth-child(6)::before {
          background: url(../images/arrow_bg_06l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(6)::after {
          background: url(../images/arrow_bg_06r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(6) .num {
          border-right: 8px solid #7ca569; }
      .principleArea ul.principleList li:nth-child(7) {
        background: #da5729; }
        .principleArea ul.principleList li:nth-child(7)::before {
          background: url(../images/arrow_bg_07l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(7)::after {
          background: url(../images/arrow_bg_07r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(7) .num {
          border-right: 8px solid #e17954; }
      .principleArea ul.principleList li:nth-child(8) {
        background: #b27824; }
        .principleArea ul.principleList li:nth-child(8)::before {
          background: url(../images/arrow_bg_08l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(8)::after {
          background: url(../images/arrow_bg_08r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(8) .num {
          border-right: 8px solid #c2934f; }
      .principleArea ul.principleList li:nth-child(9) {
        background: #d99c42; }
        .principleArea ul.principleList li:nth-child(9)::before {
          background: url(../images/arrow_bg_09l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(9)::after {
          background: url(../images/arrow_bg_09r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(9) .num {
          border-right: 8px solid #dfb066; }
      .principleArea ul.principleList li:nth-child(10) {
        background: #e79a7e; }
        .principleArea ul.principleList li:nth-child(10)::before {
          background: url(../images/arrow_bg_10l.jpg) top left no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(10)::after {
          background: url(../images/arrow_bg_10r.jpg) top right no-repeat;
          background-size: 100% 100%; }
        .principleArea ul.principleList li:nth-child(10) .num {
          border-right: 8px solid #ecae99; }
      .principleArea ul.principleList li .num {
        position: absolute;
        z-index: 1;
        left: 30px;
        top: 0;
        bottom: 0;
        width: 70px;
        font-size: 30px;
        border-right: 8px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .principleArea ul.principleList li .textArea {
        padding: 10px; }
        .principleArea ul.principleList li .textArea .title {
          font-size: 20px;
          margin-bottom: 5px; }
        .principleArea ul.principleList li .textArea .text {
          margin-bottom: 0; }
          .principleArea ul.principleList li .textArea .text::before {
            position: relative;
            top: -2px;
            display: inline-block;
            vertical-align: middle;
            content: '.';
            color: rgba(0, 0, 0, 0);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            margin-right: 10px; }

.regulationsArea {
  text-align: center; }
  .regulationsArea .areaContent {
    padding-bottom: 50px; }
  .regulationsArea .regulationsGroup {
    padding: 40px 40px; }
    .regulationsArea .regulationsGroup figure {
      width: 82%;
      margin: 10px auto 0 auto; }

.regulationsGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 60px auto 0 auto;
  padding: 40px 50px;
  width: 98%; }
  .regulationsGroup .sBtn {
    width: 290px; }
  .regulationsGroup .center {
    text-align: center; }
  .regulationsGroup a.sBtn {
    margin: 20px auto 0 auto; }
  .regulationsGroup .title {
    font-size: 18px;
    text-align: center; }
  .regulationsGroup .ciTitle {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 20px;
    font-size: 1.25rem;
    font-weight: bold; }
  .regulationsGroup p {
    text-align: left; }
  .regulationsGroup figure img {
    height: 182px; }
  .regulationsGroup.half {
    width: 45%;
    display: inline-block;
    vertical-align: top; }
    .regulationsGroup.half:nth-child(even) {
      margin-left: 6%; }

.antifraudArea {
  position: relative;
  top: -38px;
  background: #f8f6f5;
  padding: 40px 0 20px 0; }
  .antifraudArea ul.markList {
    margin-left: 10px; }
  .antifraudArea .featureGroup {
    margin-bottom: 40px; }
    .antifraudArea .featureGroup:nth-child(2) .textArea {
      margin: 20px 0 40px 0; }
    .antifraudArea .featureGroup .textArea {
      background: rgba(255, 255, 255, 0.8);
      margin: 0 0 40px 0;
      padding: 40px 30px; }
      .antifraudArea .featureGroup .textArea .sBtn {
        margin: 15px 0; }

.policyArea {
  position: relative;
  padding: 40px 0;
  text-align: center; }
  .policyArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }

ul.policyList {
  text-align: center; }
  ul.policyList li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 24%; }
    ul.policyList li img {
      width: 100%; }
    ul.policyList li p {
      padding: 20px 10px 0 10px; }

.appearanceArea {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #f8f6f5; }
  .appearanceArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }
  .appearanceArea ul.appearanceList {
    text-align: center; }
    .appearanceArea ul.appearanceList li {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 30%;
      margin: 0 1%; }
      .appearanceArea ul.appearanceList li img {
        width: 100%;
        margin-bottom: 20px; }

.methodsArea {
  padding: 40px 0 60px 0;
  text-align: center; }
  .methodsArea .areaContent > p {
    max-width: 850px;
    margin: 0 auto; }
  .methodsArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }

.methodsGroup {
  position: relative;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 60px auto 0 auto;
  padding: 40px 45px;
  width: 98%; }
  .methodsGroup ul.markList li p {
    margin-top: 8px; }
  .methodsGroup .center {
    text-align: center; }
  .methodsGroup a.sBtn {
    margin: 20px auto 0 auto; }
  .methodsGroup .title {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 20px;
    font-size: 1.25rem;
    font-weight: bold;
    border: none;
    min-width: 200px; }
  .methodsGroup p {
    text-align: left; }
  .methodsGroup .ps {
    top: 0;
    font-size: 16px; }
  .methodsGroup figure {
    margin-bottom: 20px; }
    .methodsGroup figure img {
      max-width: 100%; }
  .methodsGroup.half {
    width: 45%;
    display: inline-block;
    vertical-align: top; }
    .methodsGroup.half:nth-child(even) {
      margin-left: 6%; }

.announcementArea {
  position: relative;
  padding: 0 0 60px 0;
  text-align: center; }
  .announcementArea figure {
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
    .announcementArea figure img {
      width: 100%; }
  .announcementArea .textArea {
    display: inline-block;
    vertical-align: middle; }

.protectArea {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #f8f6f5; }
  .protectArea .featureGroup .textArea {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 40px; }
  .protectArea .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }
  .protectArea .sBtn {
    width: 280px;
    margin: 20px 0; }

ul.antiFraudList {
  margin-top: -22px; }
  ul.antiFraudList li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 15px 1% 0 1%; }
    ul.antiFraudList li a {
      display: block; }
    ul.antiFraudList li img {
      max-width: 90%; }
    ul.antiFraudList li .name {
      display: block;
      font-weight: bold;
      line-height: 1.4em;
      color: #bd924f; }
    ul.antiFraudList li .text {
      display: block; }

/*--> cooperation ----------------------------------------------------------------------------*/
html {
  font-size: 16px; }

.bondContent h2, .bondContent h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px; }

.bondContent h2 + p, .bondContent h3 + p {
  text-align: center; }

.bondContent h4 {
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px; }

.bondContent .tableList h4 {
  white-space: inherit; }

.bondInside {
  padding: 70px 0; }
  .bondInside.bgGrey {
    padding-bottom: 80px;
    background-color: #f8f6f5; }

.siInside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  margin: 60px 0 10px 0; }

.siCol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  text-align: center;
  padding: 50px 40px 20px 40px;
  border-radius: 6px;
  border: 1px solid #787878; }
  .siCol h4 {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px 25px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  width: 200px;
  height: 46px;
  color: #e60012 !important;
  text-align: center;
  white-space: nowrap;
  margin: 15px;
  border-radius: 25px;
  border: 1px solid #e60012; }
  .sBtn:hover, .sBtn.active {
    color: #fff !important;
    background-color: #e60012; }
  .sBtn:after {
    font-family: "osc";
    content: '\63';
    margin: -1px -12px 0 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .sBtn:hover:after {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px); }

.siCol img {
  width: 100%;
  max-width: 320px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px; }

.ciGroup {
  padding: 0 30px; }

.ciRowbox {
  position: relative;
  margin-top: 60px; }
  .ciRowbox h4 {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px 25px;
    background-color: #f8f6f5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ciInside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 30px 15px 30px;
  border-radius: 6px;
  border: 1px solid #787878; }

.ciCol {
  margin: 10px 20px; }
  .ciCol img {
    width: 150px; }
  .ciCol .ciTitle {
    display: inline-block;
    color: #bd924f;
    font-size: 1.25rem;
    padding: 6px 50px;
    margin: 10px 0 20px 0;
    border: 1px solid #bd924f; }
  .ciCol p {
    font-size: 1.125rem;
    font-weight: bold; }

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btnBox .sBtn {
    margin-bottom: 0 !important; }
    .btnBox .sBtn:after {
      display: none; }

.biRowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px; }

.bondCol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  text-align: center;
  padding: 52px 28px 32px 20px;
  border-radius: 6px;
  border: 1px solid #787878; }
  .bondCol h4 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .bondCol h4 span {
      display: block;
      color: #fff;
      font-size: 1.25rem;
      padding: 10px 20px;
      background-color: #0058a2; }
    .bondCol h4:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 130%;
      height: 100%;
      z-index: -1;
      background-color: #fff;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.bondInside.bgGrey .bondCol h4:after {
  background-color: #f8f6f5; }

.bondCol ul {
  text-align: left;
  margin-left: 20px; }
  .bondCol ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    .bondCol ul li:last-child {
      margin-bottom: 0; }
    .bondCol ul li:before {
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: -6px;
      display: block;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      content: '.';
      color: rgba(0, 0, 0, 0);
      border: 3px solid #bb9e6b; }
    .bondCol ul li:after {
      position: absolute;
      top: 2px;
      left: 0;
      margin-left: -9px;
      display: block;
      width: 12px;
      height: 12px;
      border: 3px solid #f2e6bc;
      border-radius: 50%;
      content: '.';
      color: rgba(0, 0, 0, 0); }

.bondCol img {
  width: 100%;
  padding: 5px 30px 5px 40px; }

.example .bondCol {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 50px 0 20px 0; }
  .example .bondCol h4 span {
    color: #262626;
    background-color: #fff; }
  .example .bondCol h4:after {
    display: none; }
  .example .bondCol p span {
    display: block;
    color: #bd924f;
    font-weight: bold;
    font-size: 1.125em;
    margin: 15px 0; }
  .example .bondCol .bondColInside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    .example .bondCol .bondColInside .bondColHalf {
      position: relative;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      text-align: center;
      padding: 0 80px 40px 80px; }
      .example .bondCol .bondColInside .bondColHalf img {
        padding: 0 20px; }
      .example .bondCol .bondColInside .bondColHalf .bchTitleBox img {
        display: block;
        width: auto;
        height: 120px;
        padding: 0;
        margin: 10px auto; }
      .example .bondCol .bondColInside .bondColHalf .bchTitleBox div {
        display: inline-block;
        color: #bd924f;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 8px 50px;
        border: 1px solid #bd924f;
        white-space: nowrap; }
      .example .bondCol .bondColInside .bondColHalf:first-child:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        height: 65%;
        border-right: 1px solid #787878;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .example .bondCol .bondColInside .bondColHalf p {
        margin: 40px 0; }
      .example .bondCol .bondColInside .bondColHalf:first-child p {
        text-align: left; }
      .example .bondCol .bondColInside .bondColHalf .bchBox {
        text-align: left;
        margin-top: 40px; }
        .example .bondCol .bondColInside .bondColHalf .bchBox + img {
          padding: 20px 80px 0; }
        .example .bondCol .bondColInside .bondColHalf .bchBox span {
          font-weight: bold; }
      .example .bondCol .bondColInside .bondColHalf .bchRow {
        position: relative;
        margin: 40px 0; }
        .example .bondCol .bondColInside .bondColHalf .bchRow .illLeft {
          position: absolute;
          bottom: -150px;
          left: -60px;
          width: auto;
          height: 240px; }
        .example .bondCol .bondColInside .bondColHalf .bchRow .illRight {
          position: absolute;
          bottom: -153px;
          right: -45px;
          width: auto;
          height: 250px; }
        .example .bondCol .bondColInside .bondColHalf .bchRow .bchTitle {
          display: inline-block;
          color: #fff;
          padding: 3px 10px;
          margin-bottom: 3px;
          background-color: #0058a2; }
        .example .bondCol .bondColInside .bondColHalf .bchRow p {
          text-align: center;
          margin: 10px 0; }
        .example .bondCol .bondColInside .bondColHalf .bchRow img {
          width: auto;
          height: 80px; }

.bondGroup.mar {
  text-align: center;
  padding: 0 40px; }
  .bondGroup.mar h3 {
    margin-bottom: 30px; }
  .bondGroup.mar h4 {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 10px; }
  .bondGroup.mar p {
    text-align: left;
    margin-bottom: 30px; }
  .bondGroup.mar img {
    width: 100%;
    max-width: 960px;
    margin: 10px auto 30px auto; }

.marComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 40px; }
  .marComment .mcImg {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
    .marComment .mcImg img {
      width: 100%; }
  .marComment .mcText {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-left: 50px; }

.marTableHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0; }

.thNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #b9a796; }
  .thNotice:before {
    content: '';
    width: 23px;
    height: 23px;
    margin: 0 6px 0 -3px;
    background: url(../images/icons/gesture.svg) no-repeat center/100% auto; }

.tableWrap .swiper-slide {
  width: 2000px; }

.marTableBody {
  margin: 25px 0; }

.marAreaSwiper {
  position: relative;
  /*border-radius: 15px; */
  overflow-x: hidden; }
  .marAreaSwiper:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
    background: -webkit-linear-gradient(left, transparent, white);
    background: -o-linear-gradient(left, transparent, white);
    background: linear-gradient(to right, transparent, white); }
  .marAreaSwiper.seeMore:after {
    opacity: 0; }

.marTable table {
  width: 100%;
  font-size: 0.9375rem;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
  cursor: w-resize;
  -webkit-text-size-adjust: none; }
  .marTable table th {
    padding: 6px 10px;
    border-right: 1px solid #ef6565; }
    .marTable table th:last-child {
      border-right: none; }
  .marTable table td {
    padding: 10px; }
  .marTable table tr:nth-child(even) {
    background-color: #fcfbfb; }
  .marTable table tr:nth-child(odd) {
    background-color: #f0eae7; }
  .marTable table thead tr {
    color: #fff;
    background-color: #ce1717 !important; }
  .marTable table tbody tr:first-child td {
    padding: 0 6px;
    line-height: 1.4;
    letter-spacing: 1px;
    background-color: #f3c9c9; }
    .marTable table tbody tr:first-child td:nth-child(3), .marTable table tbody tr:first-child td:nth-child(4), .marTable table tbody tr:first-child td:nth-child(10), .marTable table tbody tr:first-child td:nth-child(11), .marTable table tbody tr:first-child td:nth-child(12), .marTable table tbody tr:first-child td:nth-child(13), .marTable table tbody tr:first-child td:nth-child(14) {
      background-color: #f3d4c9; }
    .marTable table tbody tr:first-child td:nth-child(2), .marTable table tbody tr:first-child td:nth-child(4), .marTable table tbody tr:first-child td:nth-child(9), .marTable table tbody tr:first-child td:nth-child(14) {
      border-right: 1px solid #fff; }
  .marTable table tbody tr td:nth-child(9), .marTable table tbody tr td:nth-child(14) {
    text-align: right;
    padding: 6px 15px; }
  .marTable table tbody tr:last-child {
    border-top: 1px solid #d3ccca; }
    .marTable table tbody tr:last-child td:nth-child(1) {
      font-weight: bold;
      text-align: right;
      padding: 6px 15px; }

.faqArea table.bond {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 15px;
  border: none;
  overflow: hidden;
  float: none;
  -webkit-text-size-adjust: none;
  /*解決ios table內字體會莫名放大的bug */ }
  .faqArea table.bond thead {
    color: #fff;
    white-space: nowrap;
    background-color: #ce1717; }
  .faqArea table.bond tr th {
    border: none;
    background-color: #ce1717; }
  .faqArea table.bond tr td {
    vertical-align: top;
    border: none; }
  .faqArea table.bond tr th, .faqArea table.bond tr td {
    padding: 10px 15px; }
  .faqArea table.bond tr:last-child td {
    border-bottom: none; }
  .faqArea table.bond tr th:first-child, .faqArea table.bond tr td:first-child {
    width: 16%; }
  .faqArea table.bond tbody tr:nth-child(odd) {
    background-color: #fcfbfb; }
  .faqArea table.bond tbody tr:nth-child(even) {
    background-color: #f0eae7; }

.faqArea .titleBox {
  display: inline-block;
  color: #bd924f;
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 30px;
  margin-bottom: 10px;
  border: 1px solid #bd924f;
  white-space: nowrap; }

.faqArea .rowBox img {
  display: block; }

.tBold {
  font-weight: bold; }

.tF15 {
  font-size: 0.9375rem;
  white-space: nowrap; }

.bbsArticle ol {
  margin: 10px 0 10px 10px; }

@media screen and (max-width: 1200px) {
  .example .bondCol .bondColInside .bondColHalf .bchRow .illLeft {
    bottom: -107px;
    left: -78px;
    height: 200px; }
  .example .bondCol .bondColInside .bondColHalf .bchRow .illRight {
    bottom: -106px;
    right: -74px;
    height: 200px; }
  .tF15 {
    white-space: normal; } }

@media screen and (max-width: 1023px) {
  .biRowBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bondCol {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 55px 30px 30px 30px;
    margin-bottom: 60px; }
    .bondCol:last-child {
      margin-bottom: 0; }
    .bondCol img {
      width: 60%;
      padding: 10px 0;
      margin: 0 20%; }
  .example .bondCol {
    padding: 40px; }
    .example .bondCol .bondColInside {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .example .bondCol .bondColInside .bondColHalf {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0; }
        .example .bondCol .bondColInside .bondColHalf:first-child {
          padding-bottom: 40px;
          margin-bottom: 20px; }
          .example .bondCol .bondColInside .bondColHalf:first-child:after {
            top: auto;
            bottom: 0;
            right: 0;
            width: 100%;
            height: auto;
            border-right: none;
            border-bottom: 1px solid #787878;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); }
        .example .bondCol .bondColInside .bondColHalf .bchBox + img {
          padding: 0 20px; }
        .example .bondCol .bondColInside .bondColHalf .bchRow .illLeft {
          bottom: -10%;
          left: 2%;
          width: 23.5vw;
          height: auto;
          margin: 0;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
        .example .bondCol .bondColInside .bondColHalf .bchRow .illRight {
          bottom: -10%;
          right: 2%;
          width: 22vw;
          height: auto;
          margin: 0;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); } }

@media screen and (max-width: 959px) {
  .filterGroup .filterSlideArea {
    width: 100%;
    padding: 0; }
  .filterGroup a.filterLink {
    font-size: 0.9375rem; }
  .siInside {
    padding: 0; }
  .siCol {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding: 40px 20px 20px 20px; }
  .ciGroup {
    padding: 0; }
  .bondInside {
    padding: 60px 0; }
  .bondGroup.mar {
    padding: 0 20px; }
  .marComment {
    padding: 20px 0; }
    .marComment .mcImg {
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%; }
    .marComment .mcText {
      -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
      padding-left: 30px; } }

@media screen and (max-width: 767px) {
  .bondContent h2, .bondContent h3 {
    font-size: 1.25rem; }
  .bondContent h4 {
    font-size: 1.15rem; }
  .siInside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .siCol {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 60px; }
    .siCol:last-child {
      margin-bottom: 0; }
  .ciCol {
    margin: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .ciCol:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .ciCol:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .ciCol:last-child {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .ciCol img {
      width: 100%; }
    .ciCol .ciTitle {
      font-size: 1.0625rem; }
  .btnBox .sBtn {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    width: 160px;
    margin: 8px; }
  .bondCol {
    padding: 45px 20px 25px 10px; }
    .bondCol h4 {
      font-size: 1.0625rem; }
      .bondCol h4 span {
        padding: 8px 20px; }
    .bondCol img {
      width: 70%;
      margin: 0 15%; }
  .example .bondCol {
    padding: 35px 20px; }
    .example .bondCol p {
      margin-bottom: 0; }
    .example .bondCol .bondColInside .bondColHalf .bchBox + img {
      padding: 0;
      margin-top: 20px; }
    .example .bondCol .bondColInside .bondColHalf .bchRow:last-child {
      margin-bottom: 0; }
    .example .bondCol .bondColInside .bondColHalf .bchRow .illLeft {
      bottom: -44%;
      left: -7%;
      width: 30vw; }
    .example .bondCol .bondColInside .bondColHalf .bchRow .illRight {
      bottom: -44%;
      right: -6%;
      width: 28vw; }
  .bondGroup.mar {
    padding: 0; }
    .bondGroup.mar h3 {
      margin-bottom: 40px; }
  .marComment {
    padding: 10px 0 0 0; }
    .marComment .mcImg {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .marComment .mcText {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 15px 0 0 0; }
  .marTableHeader {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
  .thNotice {
    margin-bottom: 10px; }
  .thDate {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  .marTableBody {
    margin-top: 15px; }
  .faqArea table.bond {
    font-size: 1rem;
    line-height: 1.3;
    border: none;
    border-radius: 0; }
  .faqArea ul.faqList > li .bbsArticle ul {
    margin: 0 0 0 20px; }
  .faqArea table.bond thead {
    display: none; }
  .faqArea table.bond tr {
    margin: 0 0 20px 0;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    border: 2px solid #ce1717;
    background-color: #fff !important; }
    .faqArea table.bond tr td {
      width: 100% !important;
      display: table !important;
      vertical-align: middle;
      border-bottom: 1px solid #ddd !important; }
  .faqArea table.bond td:last-child {
    border-bottom: none !important; }
  .faqArea table.bond td:before {
    content: attr(data-label);
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9375rem;
    width: 25%;
    color: #fff;
    text-align: right;
    padding: 8px 10px 8px 8px;
    border-right: 1px solid #ce1717;
    border-bottom: 1px solid #da5252;
    background: #ce1717; }
  .faqArea table.bond td:last-child:before {
    border-bottom: none; }
  .faqArea table.bond td > *:not(before) {
    padding: 8px;
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
    border-bottom: none; } }

html {
  font-size: 16px; }

.futuresContent h2 {
  color: #000;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px; }

.instantArea {
  padding: 60px 0;
  background-color: #f8f6f5; }

.futuresContent .instantArea {
  background-color: #fff; }

.instantArea .btnArea {
  margin-bottom: 0; }
  .instantArea .btnArea a.btnMore {
    background-color: transparent; }
    .instantArea .btnArea a.btnMore:hover {
      background-color: #262626; }

.instantBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.instantItem {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  letter-spacing: 0;
  padding: 20px 20px 10px 20px;
  margin: 1% 2% 1% 0;
  border: 1px solid #dfdfdf !important;
  background-color: #fff; }
  .instantItem:last-child {
    margin: 1% 0 1% 0; }
  .instantItem img {
    display: block;
    width: 100%;
    margin-bottom: 12px; }

.instantDate {
  color: #c39518;
  font-size: 1.125rem;
  font-weight: 100; }

.instantTitle {
  display: -webkit-box;
  min-height: 3em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px; }

.instantLabel {
  color: #999;
  font-size: 0.875rem;
  float: right; }

.instantMask {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.instantItem:hover .instantMask {
  opacity: 1;
  visibility: visible; }

.instantMask .more {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 2px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .instantMask .more:hover {
    color: #262626;
    background-color: #fff; }

.qualificationArea {
  text-align: center;
  padding: 60px 0 50px 0;
  background-color: #f8f8f8; }
  .qualificationArea p {
    margin-bottom: 0; }
  .qualificationArea img {
    width: 100%;
    max-width: 800px;
    margin-top: 20px; }

.transactionNoticeArea {
  padding: 60px 0 40px 0;
  background-color: #f6f1ee; }

.tNblock {
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto; }

.tNbox {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 140px 40px 40px 50px;
  border: 1px solid #bcb8b6;
  border-radius: 5px; }
  .tNbox:last-child {
    padding: 120px 40px 20px 40px; }
  .tNbox p {
    margin-bottom: 30px; }
  .tNbox .titleBox {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    width: 200px;
    background-color: #f6f1ee;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .tNbox .titleBox h3 {
      display: inline-block;
      color: #fff;
      font-size: 1.125rem;
      padding: 8px 36px;
      margin: 0;
      background-color: #0058a2; }
    .tNbox .titleBox img {
      display: inline-block;
      height: 160px; }

.tNrowBox {
  text-align: left;
  margin: 5px 0; }
  .tNrowBox .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .tNrowBox .row .rowL {
      font-weight: bold;
      white-space: nowrap; }
  .tNrowBox .titleLabel {
    position: relative;
    text-align: center;
    font-weight: bold; }
    .tNrowBox .titleLabel:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      border: 1px solid #82807e;
      z-index: 1; }
    .tNrowBox .titleLabel span, .tNrowBox .titleLabel h4 {
      position: relative;
      display: inline-block;
      padding: 6px 30px;
      background-color: #f6f1ee;
      z-index: 2; }

.tNbConBox table {
  width: 100%;
  letter-spacing: 0; }
  .tNbConBox table th {
    color: #bb7c2b;
    font-weight: normal;
    padding: 0 10px 5px 0; }
  .tNbConBox table td {
    padding: 0 10px 5px 0; }
  .tNbConBox table br {
    display: none; }

.inquiryLineArea {
  padding: 80px 0; }
  .inquiryLineArea h2 {
    margin-bottom: 30px; }

.ilBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ilImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%; }
  .ilImg img {
    display: block;
    width: 100%; }

.ilCon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 0 0 0 60px; }
  .ilCon h2 {
    text-align: left; }

.ilItemsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ilItemsBox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .ilItemsBox:last-child {
    padding-left: 20px; }
  .ilItemsBox .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0; }
    .ilItemsBox .row .branch {
      color: #fff;
      white-space: nowrap;
      padding: 5px 10px;
      margin-right: 20px;
      background-color: #333; }
    .ilItemsBox .row .phone {
      font-size: 1.125rem;
      letter-spacing: 1px; }
    .ilItemsBox .row a {
      color: #333; }

.branchesArea {
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 50px 0;
  background-color: #f2f2f2; }
  .branchesArea h3 {
    font-size: 1rem;
    text-align: left; }
    .branchesArea h3:before {
      color: #545655;
      font-size: 1.125rem;
      margin-right: 6px; }
    .branchesArea h3.icon_phone, .branchesArea h3.icon_mail {
      display: inline-block; }
    .branchesArea h3.icon_phone:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      margin: 1px 6px 0 0;
      background: url(../images/icons/icon_phone.svg) no-repeat center/auto 100%; }
    .branchesArea h3.icon_mail:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      margin: 1px 6px 0 0;
      background: url(../images/icons/icon_mail.svg) no-repeat center/100% auto; }

.branchesWrapper:first-child {
  margin-bottom: 30px; }

.branchesWrapper:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px; }

.branchesWrapper h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.branchesBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0; }

.branchesBox:first-child {
  padding-left: 24px; }

.branchesBox:last-child {
  padding-right: 50px; }

.branchesRow {
  margin-bottom: 5px; }
  .branchesRow br {
    display: none; }

.branchesBox:first-child .branchesRow span:first-child {
  display: inline-block;
  width: 340px; }

.branchesBox:last-child .branchesRow span:first-child {
  display: inline-block;
  width: 323px; }

.branchesRow span:last-child {
  margin-left: 15px; }

.branchesSingleLine span {
  font-size: 1rem;
  margin-left: 15px; }

.futuresCommodityArea:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 11%;
  background: url(../images/futures/futures_commodity_bg01.png) no-repeat center/100% auto; }

.futuresCommodityArea:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 15.5%;
  background: url(../images/futures/futures_commodity_bg02.png) no-repeat center bottom/100% auto; }

.circleInfoArea {
  position: relative;
  padding: 7% 0 6.5% 0;
  background-color: rgba(205, 231, 232, 0.5); }

.futuresCommodityArea {
  padding: 6% 0 6.5% 0;
  background-color: rgba(230, 240, 236, 0.5); }

.circleInfoArea .areaContent {
  position: relative;
  z-index: 10; }

.circleInfoArea h2 {
  margin-bottom: 10px; }

.circleInfoTitle {
  text-align: center; }

.circleTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }

.circleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  height: 130px;
  margin: 30px;
  border: 1px solid #3372b2 !important;
  border-radius: 50%;
  background-color: #3372b2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .circleItem:hover {
    border-color: #3d7dbe;
    background-color: #3d7dbe; }
  .circleItem.active {
    background-color: #fff; }

.futuresCommodityArea .circleItem {
  margin: 30px 60px; }

.cIicon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  pointer-events: none; }
  .cIicon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .cIicon img.front {
      z-index: 3; }
    .cIicon img.back {
      z-index: 1; }

.circleItem.active .cIicon img.front {
  opacity: 0; }

.cITitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.circleItem.active .cITitle {
  color: #3372b2; }

.circleTabCon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  height: 0;
  overflow: hidden;
  margin-left: 2%;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }

.cTabConBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cTabConBox.active {
    opacity: 1;
    visibility: visible; }

.cTabCon {
  padding: 30px;
  border-radius: 16px;
  background-color: #fff; }

.cTabConTitle {
  text-align: center; }
  .cTabConTitle div, .cTabConTitle h3 {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #777777; }
  .cTabConTitle p {
    color: #9a873b; }

.cTabConClose {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 20px;
  right: 20px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cTabConClose.active {
    opacity: 1;
    visibility: visible; }
  .cTabConClose i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1875rem;
    margin: -2px 0 0 4px; }

.cTabCon .columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cTabCon .columnBox .column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #d7d7d7; }
    .cTabCon .columnBox .column:last-child {
      border: none; }
    .cTabCon .columnBox .column div {
      text-align: center;
      margin: 15px 0; }
    .cTabCon .columnBox .column .rowBtn {
      display: inline-block;
      color: #000;
      font-size: 1.125rem;
      padding: 6px 10px;
      border-radius: 6px;
      background-color: #fff; }
      .cTabCon .columnBox .column .rowBtn:hover {
        color: #fff;
        background-color: #c70019; }

@media screen and (max-width: 1300px) {
  .circleItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 126px;
    flex: 0 0 126px;
    height: 126px;
    margin: 16px; }
  .cITitle {
    font-size: 0.8125rem; }
  .circleTabs {
    margin-bottom: 20px; }
  .circleTabCon {
    width: 916px;
    margin-left: calc((100% - 916px)/2); }
  .cTabCon .columnBox .column .rowBtn {
    font-size: 1rem; }
  .ilItemsBox .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .ilItemsBox .row .branch {
      font-size: 0.9375rem;
      margin-right: 15px; }
    .ilItemsBox .row .phone {
      font-size: 1.0625rem;
      margin-top: 6px; }
  .tNblock {
    width: 96%;
    margin: 60px auto 50px auto; }
  .tNbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%; } }

@media screen and (max-width: 1100px) {
  .branchesBox:last-child {
    padding-right: 0; } }

@media screen and (max-width: 1023px) {
  .instantItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    padding: 20px 20px 10px 20px;
    margin: 1.5% 3% 1.5% 0; }
    .instantItem:nth-child(2n) {
      margin: 1.5% 0 1.5% 0; }
  .infoSearchRowBox {
    width: 90%; }
  .branchesArea {
    padding: 30px 0 20px 0; }
  .branchesBox {
    width: 100%; }
    .branchesBox:last-child {
      padding: 0 0 0 24px; }
  .branchesWrapper:first-child {
    margin-bottom: 15px; }
  .branchesWrapper:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .branchesBox:last-child .branchesRow span:first-child {
    width: 340px; }
  .branchesSingleLine {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px; }
  .ilImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%; }
  .ilCon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    padding-left: 35px; }
    .ilCon h2 {
      font-size: 1.625rem; }
  .ilItemsBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 !important; }
    .ilItemsBox .row {
      margin: 0 0 15px 0; }
  .tNblock {
    margin-top: 110px; }
  .tNbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 110px; }
    .tNbox:last-child {
      margin-bottom: 0; }
    .tNbox:first-child .tNrowBox {
      display: inline-block;
      width: 100%;
      max-width: 420px; } }

@media screen and (max-width: 959px) {
  .circleInfoArea {
    padding: 7% 0 22% 0; }
  .futuresCommodityArea {
    padding: 7% 0 16% 0; }
  .circleTabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .circleItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    height: auto;
    margin: 1% !important;
    padding: 12px 0;
    border-radius: 10px; }
  .cIicon {
    margin: 0 10px 0 0; }
  .cITitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875rem; }
  .circleTabCon {
    width: 97%;
    margin-left: 1.5%; }
  .cTabConTitle p {
    margin-bottom: 0; }
  .cTabCon .columnBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cTabCon .columnBox .column {
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      padding: 10px 0;
      border-right: none;
      border-bottom: 1px solid #d7d7d7; }
      .cTabCon .columnBox .column div {
        margin: 10px 0; } }

@media screen and (max-width: 767px) {
  .futuresContent h2 {
    font-size: 1.625rem; }
  .instantArea {
    padding: 40px 0; }
  .instantBox {
    margin-bottom: 5px; }
  .instantItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94%;
    flex: 0 0 94%;
    margin: 0 3% 6% 3% !important; }
  .inquiryLineArea {
    padding: 50px 0 40px 0; }
  .ilImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .ilImg img {
      display: inline-block;
      width: 90%; }
  .ilCon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .ilCon h2 {
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 30px; }
  .ilItemsBlock {
    margin-bottom: 15px; }
  .ilItemsBox .row .branch {
    margin-right: 10px; }
  .branchesArea {
    padding: 42px 0 30px 0; }
  .branchesBlock {
    margin: 12px 0; }
  .branchesRow {
    margin-bottom: 15px; }
    .branchesRow br {
      display: inline; }
    .branchesRow span {
      display: block;
      width: auto !important; }
      .branchesRow span:last-child {
        margin: 0; }
  .qualificationArea {
    padding: 50px 0 40px 0; }
  .transactionNoticeArea {
    padding: 50px 0 30px 0; }
  .tNblock {
    width: 100%;
    margin: 90px 0 50px 0; }
  .tNbox {
    padding: 110px 30px 0 30px;
    margin-bottom: 100px; }
    .tNbox:last-child {
      padding: 110px 15px 0 15px; }
    .tNbox p {
      margin-bottom: 15px; }
    .tNbox .titleBox {
      width: 160px; }
      .tNbox .titleBox img {
        height: 140px; }
      .tNbox .titleBox h3 {
        font-size: 1.0625rem;
        padding: 6px 36px; }
  .tNrowBox .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tNrowBox .row .rowL {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 3px; }
  .tNbConBox table {
    font-size: 0.9375rem; }
    .tNbConBox table br {
      display: inline; }
  .circleInfoArea {
    padding: 50px 0 100px 0; }
  .futuresCommodityArea {
    padding: 50px 0 60px 0; }
  .commonDownloadsArea:before {
    background-size: 130% auto;
    background-position: 35% 15px; }
  .cIicon {
    width: 40px;
    height: 40px;
    margin: 0 0 10px 0; }
  .cITitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .cTabCon {
    padding: 40px 30px 20px 30px; }
  .cTabConTitle div {
    font-size: 1.1875rem;
    padding: 10px 20px; }
  .cTabConTitle p {
    letter-spacing: 0; }
  .cTabConClose {
    top: 15px;
    right: 15px; }
    .cTabConClose span {
      display: none; }
    .cTabConClose i {
      margin: 0; } }

html {
  font-size: 16px; }

.stockService .serviceSlide .swiper-slide:hover a {
  color: #bb9633; }

.stockContent h2 {
  color: #000;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px; }

.stockContent h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px; }

.stockContent h2 + p, .stockContent h3 + p {
  text-align: center; }

.stockContent h4 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px; }

.instantArea {
  padding: 50px 0;
  background-color: #f8f6f5; }
  .instantArea .btnArea {
    margin-bottom: 0; }
    .instantArea .btnArea a.btnMore {
      background-color: transparent; }
      .instantArea .btnArea a.btnMore:hover {
        background-color: #262626; }

.instantBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.instantItem {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  letter-spacing: 0;
  padding: 20px 20px 10px 20px;
  margin: 1% 2% 1% 0;
  border: 1px solid #dfdfdf !important;
  background-color: #fff; }
  .instantItem:last-child {
    margin: 1% 0 1% 0; }
  .instantItem img {
    display: block;
    width: 100%;
    margin-bottom: 12px; }

.instantDate {
  color: #c39518;
  font-size: 1.125rem;
  font-weight: 100; }

.instantTitle {
  display: -webkit-box;
  min-height: 3em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px; }

.instantLabel {
  color: #999;
  font-size: 0.875rem;
  float: right; }

.instantMask {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.instantItem:hover .instantMask {
  opacity: 1;
  visibility: visible; }

.instantMask .more {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 2px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .instantMask .more:hover {
    color: #262626;
    background-color: #fff; }

.infoSearchArea p {
  margin-bottom: 0; }

.infoSearchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0; }

.infoSearchImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .infoSearchImg img {
    width: 90%; }

.infoSearchCon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center; }
  .infoSearchCon h2 {
    margin-bottom: 10px; }

.infoSearchRowBox {
  display: inline-block;
  width: 400px;
  margin: 30px 0 0 0; }
  .infoSearchRowBox .rowBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25rem;
    padding: 15px 15px 15px 30px;
    margin-bottom: 22px;
    border: 1px solid #8f9da9; }
    .infoSearchRowBox .rowBtn:before {
      position: absolute;
      top: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.625rem;
      -webkit-transform: translate(-15px, 50%);
      -ms-transform: translate(-15px, 50%);
      transform: translate(-15px, 50%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .infoSearchRowBox .rowBtn:hover:before {
      -webkit-transform: translate(-10px, 50%);
      -ms-transform: translate(-10px, 50%);
      transform: translate(-10px, 50%); }

.branchesArea {
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 50px 0;
  background-color: #f2f2f2; }
  .branchesArea h3 {
    font-size: 1rem;
    text-align: left; }
    .branchesArea h3:before {
      color: #545655;
      font-size: 1.125rem;
      margin-right: 6px; }
    .branchesArea h3.icon_phone, .branchesArea h3.icon_mail {
      display: inline-block; }
    .branchesArea h3.icon_phone:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      margin: 1px 6px 0 0;
      background: url(../images/icons/icon_phone.svg) no-repeat center/auto 100%; }
    .branchesArea h3.icon_mail:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      margin: 1px 6px 0 0;
      background: url(../images/icons/icon_mail.svg) no-repeat center/100% auto; }

.branchesWrapper:first-child {
  margin-bottom: 30px; }

.branchesWrapper:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px; }

.branchesWrapper h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.branchesBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0; }

.branchesBox:first-child {
  padding-left: 24px; }

.branchesBox:last-child {
  padding-right: 50px; }

.branchesRow {
  margin-bottom: 5px; }
  .branchesRow br {
    display: none; }

.branchesBox:first-child .branchesRow span:first-child {
  display: inline-block;
  width: 340px; }

.branchesBox:last-child .branchesRow span:first-child {
  display: inline-block;
  width: 323px; }

.branchesRow span:last-child {
  margin-left: 15px; }

.branchesSingleLine span {
  font-size: 1rem;
  margin-left: 15px; }

.commonDownloadsArea:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 13%;
  background: url(../images/stock/common_downloads_bg01.png) no-repeat center/100% auto; }

.commonDownloadsArea:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 19%;
  background: url(../images/stock/common_downloads_bg02.png) no-repeat center bottom/100% auto; }

.circleInfoArea {
  position: relative;
  padding: 7% 0 6.5% 0;
  background-color: rgba(205, 231, 232, 0.5); }
  .circleInfoArea .areaContent {
    position: relative;
    z-index: 10; }
  .circleInfoArea h2 {
    margin-bottom: 10px; }

.circleInfoTitle {
  text-align: center; }

.circleTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }

.circleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  height: 130px;
  margin: 30px;
  border: 1px solid #3372b2 !important;
  border-radius: 50%;
  background-color: #3372b2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .circleItem:hover {
    border-color: #3d7dbe;
    background-color: #3d7dbe; }
  .circleItem.active {
    background-color: #fff; }

.cIicon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  pointer-events: none; }
  .cIicon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .cIicon img.front {
      z-index: 3; }
    .cIicon img.back {
      z-index: 1; }

.circleItem.active .cIicon img.front {
  opacity: 0; }

.cITitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.circleItem.active .cITitle {
  color: #3372b2; }

.circleTabCon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  height: 0;
  overflow: hidden;
  margin-left: 2%;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }

.cTabConBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cTabConBox.active {
    opacity: 1;
    visibility: visible; }

.cTabCon {
  padding: 30px;
  border-radius: 16px;
  background-color: #fff; }

.cTabConTitle {
  text-align: center; }
  .cTabConTitle div {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #777777; }
  .cTabConTitle p {
    color: #9a873b; }

.cTabConClose {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 20px;
  right: 20px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cTabConClose.active {
    opacity: 1;
    visibility: visible; }
  .cTabConClose i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1875rem;
    margin: -2px 0 0 4px; }

.cTabCon .columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cTabCon .columnBox .column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #d7d7d7; }
    .cTabCon .columnBox .column:last-child {
      border: none; }
    .cTabCon .columnBox .column div {
      text-align: center;
      margin: 15px 0; }
    .cTabCon .columnBox .column .rowBtn {
      display: inline-block;
      color: #000;
      font-size: 1.125rem;
      padding: 6px 10px;
      border-radius: 6px;
      background-color: #fff; }
      .cTabCon .columnBox .column .rowBtn:hover {
        color: #fff;
        background-color: #c70019; }

.tac {
  text-align: center; }

.faqArea {
  padding: 60px 0; }

.faqBox {
  padding: 60px 0; }
  .faqBox h2 {
    margin-bottom: 15px; }
  .faqBox p {
    margin-bottom: 30px; }
  .faqBox ol li {
    list-style-type: decimal; }
  .faqBox ul li {
    list-style-type: disc; }

.faqRow {
  min-height: 58px;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #f0eae7;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .faqRow:hover {
    border-color: #bb9e6b; }
  .faqRow.active {
    border-color: #c44a4a; }

.qRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  padding: 16px 20px; }
  .qRow:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    margin: -6px 8px 0 0;
    background: url(../images/icons/smile.svg) no-repeat center bottom/100% auto; }
  .qRow:after {
    position: absolute;
    top: 50%;
    right: 16px;
    font-family: "osc";
    content: "\73";
    color: #bb9e6b;
    font-size: 1.125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.faqRow.active .qRow:after {
  content: "\75";
  color: #c44a4a; }

.qNum {
  font-family: Arial;
  min-width: 33px;
  color: #46b1bd;
  font-size: 1.25rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  margin: -3px 2px 0 0; }

.qText {
  padding-right: 25px; }

.aRow {
  padding: 0 25px 15px 90px; }

.bannerBlock {
  overflow: visible;
  background-color: #fff; }
  .bannerBlock:before {
    display: none; }
  .bannerBlock.stockFaq {
    background: #fff url(../images/stock/faq_banner_bg.png) no-repeat center bottom/100% 120%; }
    .bannerBlock.stockFaq .titleBox h2 {
      color: #333;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 3.5rem;
      padding-bottom: 20px; }
  .bannerBlock .areaContent {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .bannerBlock .crumb {
    position: absolute;
    top: 15px;
    left: 0; }
  .bannerBlock h2 {
    position: static;
    color: #bb9e6b; }

.bannerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 450px;
  padding: 80px 0 60px 0; }
  .bannerBox.stockFaq {
    padding: 80px 0 0 0; }
  .bannerBox .titleBox {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .bannerBox .titleBox h2 {
      font-size: 1.875rem;
      line-height: 1;
      font-weight: bold; }
    .bannerBox .titleBox p {
      color: #333;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 3.5rem;
      padding-bottom: 20px;
      margin-bottom: 0; }
      .bannerBox .titleBox p .tRow {
        display: block; }
      .bannerBox .titleBox p .fRow {
        padding: 40px 0 0 60px; }
  .bannerBox.stockFaq .titleBox p .fRow {
    padding: 0;
    margin-top: -20px; }
  .bannerBox.unlimitedLoan .titleBox p .fRow {
    font-size: 2.5rem;
    padding-left: 0; }
  .bannerBox .titleBox p .sRow {
    padding: 10px 0 0 136px; }
  .bannerBox.unlimitedLoan .titleBox p .sRow {
    font-size: 1.6875rem;
    padding-left: 0;
    padding-bottom: 20px; }
    .bannerBox.unlimitedLoan .titleBox p .sRow br {
      display: none; }
  .bannerBox .titleBox .taxtEmphasis {
    color: #bb9e6b;
    font-size: 3.75rem;
    font-style: italic; }
    .bannerBox .titleBox .taxtEmphasis.ch {
      font-size: 3.5rem; }
  .bannerBox.unlimitedLoan .titleBox .taxtEmphasis.ch {
    font-size: 2.0625rem;
    padding: 0 8px 0 6px; }
  .bannerBox .titleBox p.text {
    font-size: 1.125rem;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 10px 0 0 20px; }
  .bannerBox.stockFaq .titleBox p {
    font-weight: normal;
    padding: 10px 0 20px 0; }
  .bannerBox .imgBox {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .bannerBox .imgBox img {
      width: 100%; }
  .bannerBox.stockFaq .imgBox img {
    display: block; }
  .bannerBox .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.sBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  width: 200px;
  height: 46px;
  color: #e60012 !important;
  text-align: center;
  margin: 15px;
  border-radius: 25px;
  border: 1px solid #e60012; }
  .sBtn:hover {
    color: #fff !important;
    background-color: #e60012; }
  .sBtn:after {
    font-family: "osc";
    content: '\63';
    margin: -1px -12px 0 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .sBtn:hover:after {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px); }

.bannerBox .btnBox .sBtn {
  color: #fff !important;
  border-color: #e60012;
  background-color: #e60012; }
  .bannerBox .btnBox .sBtn:hover {
    border-color: #262626;
    background-color: #262626; }

.bannerBox.unlimitedLoan .btnBox .sBtn, .bannerBox.stockFaq .btnBox .sBtn {
  margin: 15px 0; }

.filterGroup a.filterLink.active {
  color: #fff;
  background-color: #e60012; }

.stockInside {
  padding: 60px 0;
  background-color: #f8f7f5; }

.oaoInside, .ulInside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0; }

.oaoCol, .ulCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  padding: 30px 34px;
  margin: 0 1.5%;
  border: 1px solid #d6cfc9; }

@media all and (-ms-high-contrast: none) {
  /*  IE10 + */
  .oaoCol, .ulCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%; } }

.oaoCol .titleBox {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .oaoCol .titleBox img {
    height: 160px; }
  .oaoCol .titleBox h4 {
    color: #bb9e6b;
    font-size: 1.125rem; }

.oaoCol .rowBox {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.oaoCol .oRow {
  margin-bottom: 20px; }
  .oaoCol .oRow .rowLable {
    display: inline-block;
    color: #fff;
    padding: 4px 9px;
    margin-bottom: 10px;
    background-color: #262626; }
  .oaoCol .oRow .rowCon ul, .oaoCol .oRow .rowCon ol {
    text-indent: -18px;
    padding-left: 18px; }

.oaoCol p {
  text-align: left; }

.eventArea {
  margin-bottom: 50px; }

.eventBox {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #d2d2d2;
  background-color: #fff; }
  .eventBox .eventImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    text-align: center; }
    .eventBox .eventImg img {
      display: inline-block;
      height: 100%; }
  .eventBox .eventText {
    position: relative;
    float: right;
    width: 60%;
    min-height: 100px;
    padding: 23px 10.5% 15px 30px; }
    .eventBox .eventText:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 120%;
      height: 200%;
      background-color: #231d75;
      -webkit-transform: skewX(-35deg) translateY(-50%);
      -ms-transform: skewX(-35deg) translateY(-50%);
      transform: skewX(-35deg) translateY(-50%);
      z-index: 1; }
    .eventBox .eventText .eRowBox {
      position: relative;
      z-index: 2; }
      .eventBox .eventText .eRowBox .eRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        margin-bottom: 10px; }
        .eventBox .eventText .eRowBox .eRow:last-child {
          margin-bottom: 0; }
        .eventBox .eventText .eRowBox .eRow div:first-child {
          font-weight: bold;
          white-space: nowrap; }
    .eventBox .eventText .moreInfo {
      position: absolute;
      bottom: 20px;
      right: 25px;
      color: #fff;
      font-size: 0.875rem;
      text-decoration: underline;
      z-index: 3; }

.stockContent .tableBox {
  margin-bottom: 40px; }
  .stockContent .tableBox:last-child {
    margin-bottom: 0; }

.stockContent .tableArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .stockContent .tableArea ul li {
    text-align: center;
    padding: 15px 30px; }

.stockContent ul.tableListTitle.table4 li {
  padding: 10px 30px; }
  .stockContent ul.tableListTitle.table4 li:nth-child(1) {
    width: 20%;
    text-align: left;
    padding-left: 60px; }

.stockContent ul.tableList.table4 li:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 60px; }

.stockContent ul.tableListTitle.table4 li:nth-child(2), .stockContent ul.tableList.table4 li:nth-child(2) {
  width: 45%;
  text-align: left; }

.stockContent ul.tableListTitle.table4 li:nth-child(3), .stockContent ul.tableList.table4 li:nth-child(3) {
  width: 20%; }

.stockContent ul.tableListTitle.table4 li:nth-child(4) {
  width: 15%; }

.stockContent ul.tableList.table4 li:nth-child(4) {
  width: 15%;
  line-height: 0; }

.iBtn {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px; }
  .iBtn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .iBtn .front {
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .iBtn:hover .front {
    opacity: 1; }
  .iBtn .back {
    z-index: 1; }

.ulInside {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ulCol {
  position: relative;
  text-align: center;
  margin: 0; }
  .ulCol:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -38px;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: #f8f7f5 url(../images/icons/arrow_right_bold.svg) no-repeat center/100% 100%; }
  .ulCol:last-child:after {
    display: none; }
  .ulCol img {
    display: inline-block;
    height: 150px;
    margin-bottom: 15px; }
  .ulCol p {
    margin: 0; }

.stockFilterBox {
  text-align: center; }

.sFilterBox {
  position: relative;
  display: inline-block;
  width: 235px;
  margin: 10px; }
  .sFilterBox .formControl {
    width: 100%;
    color: #333;
    font-size: 1.125rem;
    padding: 12px;
    border: none !important;
    border-bottom: 1px solid #727272 !important;
    border-radius: 0 !important;
    outline: none;
    background-color: transparent;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .sFilterBox .formControl:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sFilterBox .formControl::-webkit-input-placeholder {
      color: #333; }
    .sFilterBox .formControl:-ms-input-placeholder {
      color: #333; }
    .sFilterBox .formControl::-ms-input-placeholder {
      color: #333; }
    .sFilterBox .formControl::placeholder {
      color: #333; }
  .sFilterBox:after {
    position: absolute;
    top: 0;
    right: 0; }
  .sFilterBox.selectBox select {
    cursor: pointer; }
  .sFilterBox.selectBox:after {
    font-family: "osc" !important;
    content: '\6d';
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.5rem;
    pointer-events: none; }
  .sFilterBox.searchBox button {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 100%;
    padding: 0;
    border: none !important;
    background: url(../images/icons/search.svg) no-repeat center/auto 48%; }

@media screen and (max-width: 1300px) {
  .circleItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 126px;
    flex: 0 0 126px;
    height: 126px;
    margin: 16px; }
  .cITitle {
    font-size: 0.8125rem; }
  .circleTabs {
    margin-bottom: 20px; }
  .circleTabCon {
    width: 916px;
    margin-left: calc((100% - 916px)/2); }
  .cTabCon .columnBox .column .rowBtn {
    font-size: 1rem; }
  .bannerBlock.stockFaq {
    background: #fff url(../images/stock/faq_banner_bg.png) no-repeat center bottom/100% 100%; }
  .bannerBox {
    width: 92%;
    margin: 0 auto; } }

@media screen and (max-width: 1100px) {
  .branchesBox:last-child {
    padding-right: 0; }
  .stockContent ul.tableListTitle.table4 li:nth-child(1), .stockContent ul.tableList.table4 li:nth-child(1) {
    padding-left: 30px;
    padding-right: 20px; } }

@media screen and (max-width: 1023px) {
  .instantItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    padding: 20px 20px 10px 20px;
    margin: 1.5% 3% 1.5% 0; }
    .instantItem:nth-child(2n) {
      margin: 1.5% 0 1.5% 0; }
  .infoSearchRowBox {
    width: 90%; }
  .branchesArea {
    padding: 30px 0 20px 0; }
  .branchesBox {
    width: 100%; }
    .branchesBox:last-child {
      padding: 0 0 0 24px; }
  .branchesWrapper:first-child {
    margin-bottom: 15px; }
  .branchesWrapper:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .branchesBox:last-child .branchesRow span:first-child {
    width: 340px; }
  .branchesSingleLine {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px; }
  .faqBox {
    font-family: Arial;
    /*iphone上面看 faqRow展開收合時動作不流暢 好像是因為用'Noto Sans TC'字體造成的所以才加這行 */ }
  .bannerBlock.stockFaq {
    background: #fff;
    overflow-x: hidden; }
  .bannerBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0 50px 0 !important; }
    .bannerBox.stockFaq {
      width: 100%; }
    .bannerBox .titleBox {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .bannerBox.stockFaq .titleBox h1 .fRow {
      margin-top: 0; }
    .bannerBox .imgBox {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 60px; }
    .bannerBox.stockFaq .imgBox {
      position: relative; }
      .bannerBox.stockFaq .imgBox:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -16px;
        width: 125%;
        height: 120%;
        z-index: -1;
        background: #fff url(../images/stock/faq_banner_bg_m.png) no-repeat right bottom/100% 100%; }
    .bannerBox .imgBox img {
      width: 76%;
      display: block;
      max-height: none;
      margin: 0 auto; }
    .bannerBox .btnBox.tac {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .stockInside {
    padding-bottom: 30px; }
  .oaoCol {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px; }
  .eventArea {
    margin-bottom: 70px; }
  .eventBox .eventImg {
    position: static;
    width: 100%;
    line-height: 0; }
    .eventBox .eventImg img {
      width: 90%;
      height: auto; }
  .eventBox .eventText {
    width: 100%;
    padding: 20px 110px 20px 40px;
    background-color: #231d75; }
    .eventBox .eventText:before {
      display: none; }
    .eventBox .eventText .eRowBox .eRow {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .eventBox .eventText .eRowBox .eRow div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .stockContent ul.tableListTitle {
    font-size: 14px;
    line-height: 1.3; }
    .stockContent ul.tableListTitle.table4 li:nth-child(1) {
      width: 25%; }
  .stockContent ul.tableList.table4 li:nth-child(1) {
    width: 25%; }
  .stockContent ul.tableListTitle.table4 li:nth-child(2), .stockContent ul.tableList.table4 li:nth-child(2) {
    width: 40%; }
  .bannerBox.unlimitedLoan .titleBox h1 .sRow {
    padding-bottom: 0; }
  .ulCol {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 20px; }
    .ulCol:after {
      right: -30px;
      width: 40px;
      height: 40px; }
    .ulCol img {
      height: 100px; }
    .ulCol p {
      font-size: 0.9375rem; } }

@media screen and (max-width: 959px) {
  .circleInfoArea {
    padding: 7% 0 22% 0; }
  .circleTabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .circleItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    height: auto;
    margin: 1%;
    padding: 12px 0;
    border-radius: 10px; }
  .cIicon {
    margin: 0 10px 0 0; }
  .cITitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875rem; }
  .circleTabCon {
    width: 97%;
    margin-left: 1.5%; }
  .cTabConTitle p {
    margin-bottom: 0; }
  .cTabCon .columnBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cTabCon .columnBox .column {
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      padding: 10px 0;
      border-right: none;
      border-bottom: 1px solid #d7d7d7; }
      .cTabCon .columnBox .column div {
        margin: 10px 0; } }

@media screen and (max-width: 767px) {
  .stockContent h2 {
    font-size: 1.625rem; }
  .instantBox {
    margin-bottom: 5px; }
  .instantItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94%;
    flex: 0 0 94%;
    margin: 0 3% 6% 3% !important; }
  .infoSearchImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center; }
    .infoSearchImg img {
      width: 80%; }
  .infoSearchCon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .branchesArea {
    padding: 42px 0 30px 0; }
  .branchesBlock {
    margin: 12px 0; }
  .branchesRow {
    margin-bottom: 15px; }
    .branchesRow br {
      display: inline; }
    .branchesRow span {
      display: block;
      width: auto !important; }
      .branchesRow span:last-child {
        margin: 0; }
  .commonDownloadsArea:before {
    padding-bottom: 15%; }
  .circleInfoArea {
    padding: 50px 0 100px 0; }
  .commonDownloadsArea:before {
    background-size: 130% auto;
    background-position: 35% 15px; }
  .cIicon {
    width: 40px;
    height: 40px;
    margin: 0 0 10px 0; }
  .cITitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .cTabCon {
    padding: 40px 30px 20px 30px; }
  .cTabConTitle div {
    font-size: 1.1875rem;
    padding: 10px 20px; }
  .cTabConTitle p {
    letter-spacing: 0; }
  .cTabConClose {
    top: 15px;
    right: 15px; }
    .cTabConClose span {
      display: none; }
    .cTabConClose i {
      margin: 0; }
  .faqRow {
    min-height: 50px; }
    .faqRow:hover {
      border-color: #f0eae7; }
    .faqRow.active {
      border-color: #c44a4a !important; }
  .qRow {
    font-size: 1rem;
    padding: 12px; }
    .qRow:before {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
      flex: 0 0 22px;
      height: 22px;
      margin: -6px 4px 0 0; }
    .qRow:after {
      right: 6px;
      font-size: 1rem; }
  .qText {
    padding-right: 15px; }
  .aRow {
    padding: 0 25px 15px 73px; }
  .bannerBox {
    width: 100%;
    min-height: auto;
    padding: 60px 0 40px 0 !important; }
    .bannerBox .titleBox h2 {
      font-size: 1.4rem; }
    .bannerBox.onlineAccountOpening .titleBox p {
      padding-left: 10px; }
    .bannerBox.stockRegularQuota .titleBox h2 {
      padding-left: 20px; }
    .bannerBox.stockFaq .titleBox h2 {
      font-size: 2rem; }
    .bannerBox .titleBox p {
      font-size: 2rem; }
    .bannerBox.unlimitedLoan .titleBox p {
      padding-bottom: 15px; }
    .bannerBox .titleBox p .fRow {
      padding: 20px 0 0 40px; }
    .bannerBox .titleBox p .sRow {
      padding: 0 0 0 60px; }
    .bannerBox.stockRegularQuota .titleBox p .fRow, .bannerBox.stockRegularQuota .titleBox p .sRow {
      font-size: 1.9rem;
      padding-left: 20px; }
    .bannerBox .titleBox .taxtEmphasis {
      font-size: 3rem; }
      .bannerBox .titleBox .taxtEmphasis.ch {
        font-size: 2rem; }
    .bannerBox.stockRegularQuota .taxtEmphasis.ch {
      font-size: 2.5rem;
      padding-left: 5px; }
    .bannerBox .titleBox p.text {
      padding: 0 20px; }
    .bannerBox.stockFaq .titleBox p.text {
      padding: 0; }
    .bannerBox .imgBox {
      margin: 20px 0 35px 0; }
      .bannerBox .imgBox img {
        width: 100%; }
    .bannerBox .btnBox .sBtn {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
      width: 200px;
      height: 46px;
      margin: 10px; }
    .bannerBox.onlineAccountOpening .btnBox .sBtn {
      -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
      width: 160px;
      height: 43px;
      margin: 6px; }
  .stockContent h3 {
    font-size: 1.25rem; }
  .stockInside {
    padding: 60px 0 30px 0; }
  .oaoCol {
    padding: 20px 30px; }
    .oaoCol .titleBox img {
      height: 120px; }
  .eventBox {
    width: 100%; }
    .eventBox .eventImg img {
      width: 100%;
      padding-top: 15px; }
    .eventBox .eventText {
      padding: 20px 25px 18px 25px; }
      .eventBox .eventText .moreInfo {
        position: static;
        float: right; }
  .stockContent .tableArea ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .stockContent ul.tableListTitle {
    display: none; }
  .stockContent ul.tableList {
    margin-bottom: 15px;
    border: 2px solid #ce1717;
    border-radius: 0 !important;
    background-color: #fff !important; }
  .stockContent ul.tableListTitle.table4 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    line-height: 1.3;
    padding: 0 !important;
    text-align: center !important;
    letter-spacing: 0; }
  .stockContent ul.tableList.table4 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    line-height: 1.3;
    padding: 0 !important;
    text-align: center !important;
    letter-spacing: 0; }
    .stockContent ul.tableList.table4 li:before {
      content: attr(data-label);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 25%;
      color: #fff;
      font-size: 14px;
      line-height: 1.3;
      text-align: right;
      padding: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background-color: #ce1717; }
    .stockContent ul.tableList.table4 li span {
      display: block;
      width: 75%;
      text-align: center;
      padding: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .stockContent ul.tableList.table4 li:last-child:before, .stockContent ul.tableList.table4 li:last-child span {
      border-bottom: none; }
    .stockContent ul.tableList.table4 li:nth-child(3) span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .bannerBox.unlimitedLoan .titleBox p .fRow {
    font-size: 2rem; }
  .bannerBox.unlimitedLoan .titleBox p .sRow {
    font-size: 1.5rem; }
    .bannerBox.unlimitedLoan .titleBox p .sRow br {
      display: inline; }
  .bannerBox.unlimitedLoan .titleBox .taxtEmphasis.ch {
    padding-left: 0; }
  .ulCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 15px 30px 15px;
    margin-bottom: 45px; }
    .ulCol:last-child {
      margin-bottom: 0; }
    .ulCol:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: -34px;
      right: 50%;
      width: 46px;
      height: 46px;
      -webkit-transform: translate(50%, 0) rotate(90deg);
      -ms-transform: translate(50%, 0) rotate(90deg);
      transform: translate(50%, 0) rotate(90deg); }
    .ulCol img {
      height: 120px;
      margin-bottom: 12px; }
    .ulCol p {
      width: 100%;
      font-size: 1rem; }
  .sFilterBox.selectBox:after {
    top: 13px; } }

/*--> overwrite ----------------------------------------------------------------------------*/
/*--> Overwrite ------------------------------------------------------*/
.bannerBox.stockFaq .btnBox, .bannerBox.onlineAccountOpening .btnBox, .bannerBox.stockRegularQuota .btnBox, .bannerBox.unlimitedLoan .btnBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/*--> Overwrite RWD ------------------------------------------------------*/
/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 2200px) {
  .homeNewsArea::after {
    top: -20%;
    right: -10%;
    width: 47%;
    height: 1000px; } }

@media all and (max-width: 1600px) {
  .homeNewsArea::after {
    top: -15%;
    right: -10%;
    width: 45%;
    height: 1000px; } }

@media all and (max-width: 1280px) {
  /*--> Inside ----------------------------------*/
  .step5-1 h5, .step5-2 h5 {
    font-size: 16px; }
  .step5-1 ul.stepList li .stepTitle .text {
    font-size: 16px; }
  .step5-2 ul.stepList li .stepTitle .text {
    margin: 10px 10px 0 10px;
    font-size: 16px; }
  .characteristic .serviceFeatures {
    padding: 11% 0; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(1), article.underwrite ul.tableList.table6 li:nth-child(1) {
    width: 60px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(3), article.underwrite ul.tableList.table6 li:nth-child(3) {
    width: 110px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(5), article.underwrite ul.tableList.table6 li:nth-child(5) {
    width: 80px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(6), article.underwrite ul.tableList.table6 li:nth-child(6) {
    width: calc(100% - 620px);
    padding: 10px 0px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(1), .bondAnnouncement ul.tableList.table5 li:nth-child(1) {
    width: 260px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(2), .bondAnnouncement ul.tableList.table5 li:nth-child(2) {
    width: 110px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(3), .bondAnnouncement ul.tableList.table5 li:nth-child(3) {
    width: 230px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(4), .bondAnnouncement ul.tableList.table5 li:nth-child(4) {
    padding: 10px 0px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(5), .bondAnnouncement ul.tableList.table5 li:nth-child(5) {
    width: calc(100% - 760px);
    padding: 10px 0px; }
  ul.tableListTitle.table5 li:nth-child(2), ul.tableList.table5 li:nth-child(2) {
    width: 110px;
    padding: 10px 0px; }
  ul.tableListTitle.table5 li:nth-child(4), ul.tableList.table5 li:nth-child(4) {
    width: 80px;
    padding: 10px 0px; }
  ul.tableListTitle.table5 li:nth-child(5), ul.tableList.table5 li:nth-child(5) {
    width: calc(100% - 580px); }
  .bannerFocus h1 {
    margin-bottom: 20px; }
  .bannerFocus .mainPic {
    margin: 20px 0; }
  .bannerFocus.account {
    padding: 20px 0 40px 0; }
  .bannerFocus.invest .btnArea {
    margin-top: 40px; }
  .bannerInside .areaContent {
    width: calc( 100% - 48px);
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .departmentGroup {
    width: 100%; }
    .departmentGroup.half {
      width: 48%;
      min-height: 382px; }
      .departmentGroup.half:nth-child(odd) {
        margin-left: 3%; }
    .departmentGroup h4 {
      min-width: 266px; }
  .companyGroup h3 {
    min-width: 200px; }
  /*--> Global ----------------------------------*/
  .areaContent {
    width: auto;
    margin: 0 24px; }
  .logo {
    width: 260px; }
    .logo::after {
      left: 260px; }
  .sideMenuGroup {
    margin-left: 340px; }
  /*--> Home ----------------------------------*/
  .homeIndex {
    width: 25%; }
    .homeIndex iframe {
      width: 210px;
      margin: 0 auto; }
  ul.homeNewsList {
    width: 65%; } }

@media all and (max-width: 1150px) {
  ul.interestedList {
    width: 70%;
    margin: 20px auto 0 auto; }
  ul.diagramList li {
    width: 250px;
    padding: 20px 0; }
  /*--> Inside ----------------------------------*/
  .companyDetail {
    padding: 0 0;
    width: 46%; }
    .companyDetail + .companyDetail {
      margin-left: 7%; }
  ul.agentListTitle.memento1 li, ul.agentList.memento1 li {
    padding: 10px 5px; }
    ul.agentListTitle.memento1 li:nth-child(1), ul.agentList.memento1 li:nth-child(1) {
      width: 24%; }
    ul.agentListTitle.memento1 li:nth-child(2), ul.agentList.memento1 li:nth-child(2) {
      width: 24%; }
    ul.agentListTitle.memento1 li:nth-child(3), ul.agentList.memento1 li:nth-child(3) {
      width: 24%; }
    ul.agentListTitle.memento1 li:nth-child(4), ul.agentList.memento1 li:nth-child(4) {
      width: 23%; }
  ul.agentListTitle.memento2 li, ul.agentList.memento2 li {
    padding: 10px 5px; }
    ul.agentListTitle.memento2 li:nth-child(1), ul.agentList.memento2 li:nth-child(1) {
      width: 25%; }
    ul.agentListTitle.memento2 li:nth-child(2), ul.agentList.memento2 li:nth-child(2) {
      width: 25%; }
    ul.agentListTitle.memento2 li:nth-child(3), ul.agentList.memento2 li:nth-child(3) {
      width: 47%; }
  ul.agentListTitle li, ul.agentList li {
    padding: 10px 10px; }
  .agentLocation .pointGroup figure {
    width: auto;
    margin: 20px auto 0 auto; }
  .agentArea .pointGroup:nth-child(4) p {
    min-height: 128px; }
  ul.performanceList li figure img {
    max-height: 80px; }
  .cultivateGroup ul.markList {
    margin: 40px 20px 0 30px; }
  ul.messageList {
    width: calc( 100% + 30px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }
  .tableArea .appDownload {
    width: 110px;
    margin-left: 10px; }
  .articleContent .specialArea .featureBox {
    padding: 40px 20px; }
  article.certificate .specialArea .featureBox figure {
    width: 75%; }
  .featureBox.half {
    width: 48%; }
    .featureBox.half:nth-child(even) {
      margin-left: 3%; }
  .featureBox.certificate {
    padding: 40px 0; }
    .featureBox.certificate .selfFeature {
      padding: 0 20px 100px 20px; }
  ul.stepList li p {
    min-height: 103px; }
  ul.quotaList li figure {
    width: auto;
    text-align: center; }
    ul.quotaList li figure img {
      width: 65%;
      margin: 0 auto; }
  ul.quotaList li p {
    min-height: 145px; }
  .immaturityBox .mainPic {
    width: 50%; }
  .immaturityBox .textArea {
    width: calc( 48% - 40px); }
  /*--> Home ----------------------------------*/
  .philosophyArea {
    padding: 30px 0; }
    .philosophyArea .areaContent .textArea {
      width: 55%; }
      .philosophyArea .areaContent .textArea p:last-child {
        margin-bottom: 0; }
  .logo {
    width: 200px; }
    .logo::after {
      left: 200px; }
    .logo img {
      width: 180px; }
  .sideMenuGroup {
    margin-left: 250px; }
  .menu > ul {
    margin-right: 0; }
    .menu > ul > li > a {
      padding: 0 11px; }
  .illustration.account .textArea {
    padding: 50px 0 50px 0; }
  .illustration .textArea {
    width: 50%; }
  .homeEsg {
    padding: 70px 0 10% 0; }
  .copyright {
    text-align: left; } }

@media all and (max-width: 1023px) {
  .methodsGroup {
    padding: 40px 20px; }
  ul.policyList li {
    width: 44%;
    margin-bottom: 20px; }
  .diagram {
    width: auto; }
  .windowArea ul.friendlyList li figcaption {
    min-height: auto; }
  ul.diagramList {
    display: block;
    padding: 0; }
    ul.diagramList li {
      width: 30%;
      margin: 0; }
  ul.interestedList {
    width: auto; }
  ul.issuesList.step4 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-bottom: 60px; }
    ul.issuesList.step4 > li {
      position: relative;
      display: block;
      width: auto; }
      ul.issuesList.step4 > li:last-child::after {
        display: none; }
      ul.issuesList.step4 > li::after {
        display: block;
        font-family: "osc";
        content: 'm';
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
        color: #bb9e6b; }
      ul.issuesList.step4 > li .content::after {
        display: none; }
      ul.issuesList.step4 > li .stepTitle {
        position: relative; }
        ul.issuesList.step4 > li .stepTitle::before, ul.issuesList.step4 > li .stepTitle::after {
          display: none; }
        ul.issuesList.step4 > li .stepTitle .step::before, ul.issuesList.step4 > li .stepTitle .step::after {
          display: none; }
  .issuesArea .marAreaSwiper::after {
    display: block; }
  .issuesArea .marTableHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tableInterested .swiper-slide {
    width: 900px; }
  /*--> Inside ----------------------------------*/
  ul.tableListTitle.table6 {
    display: block; }
  .ratingArea ul.tableListTitle {
    display: block; }
  .oaoCol .rowBox {
    min-height: auto; }
  .homeNewsArea::after {
    display: none; }
  .homeNews {
    position: relative; }
    .homeNews .btnArea {
      width: auto; }
  .newsSlide {
    padding-top: 120px; }
  ul.newsTabList {
    width: 100%;
    top: 45px;
    text-align: center; }
  ul.homeNewsList {
    width: auto;
    display: block; }
  .homeIndex {
    position: relative;
    width: auto;
    margin-top: 40px; }
  .content404 {
    padding: 60px 20px; }
  div.sitemap {
    width: 30.5%; }
  .riskOrganize figure img {
    max-width: 100%; }
  ul.agentListTitle.shareholder, ul.agentListTitle.ex-dividend, ul.agentListTitle.ex-rights, ul.agentListTitle.capital-reduction, ul.agentListTitle.capital-increase {
    display: none; }
  ul.agentDetailList > li .agentTable.half {
    display: block;
    width: auto;
    float: none;
    clear: both; }
    ul.agentDetailList > li .agentTable.half + .half {
      border-left: none;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .companyTop::after {
    display: none; }
  .companyDetail {
    display: block;
    width: auto; }
    .companyDetail + .companyDetail {
      margin: 30px 0 0 0; }
  .bbsArticle .tableArea {
    margin-bottom: 20px; }
  .bbsArticle ul.tableListTitle {
    display: block; }
  .agentArea ul.tableListTitle {
    display: block; }
  .agentDownload ul.tableListTitle {
    display: block; }
  .agentDownload ul.tableListTitle.download4, .agentDownload ul.tableList.download4 {
    text-align: left; }
    .agentDownload ul.tableListTitle.download4 li, .agentDownload ul.tableList.download4 li {
      padding: 10px 20px; }
      .agentDownload ul.tableListTitle.download4 li:nth-child(1), .agentDownload ul.tableListTitle.download4 li:nth-child(3), .agentDownload ul.tableList.download4 li:nth-child(1), .agentDownload ul.tableList.download4 li:nth-child(3) {
        width: calc(50% - 70px);
        padding: 10px 0px 10px 20px; }
      .agentDownload ul.tableListTitle.download4 li:nth-child(2), .agentDownload ul.tableListTitle.download4 li:nth-child(4), .agentDownload ul.tableList.download4 li:nth-child(2), .agentDownload ul.tableList.download4 li:nth-child(4) {
        width: 55px;
        padding: 10px 0px; }
  .agentArea .pointGroup h4 {
    font-size: 18px; }
  .agentArea .pointGroup:nth-child(4) p {
    min-height: 154px; }
  .agentArea .pointGroup:nth-child(5) p {
    min-height: 77px; }
  .agentLocation .pointGroup h4 {
    font-size: 18px;
    padding: 0 20px; }
  .pointGroup.half {
    padding: 40px 20px; }
  ul.stockStepList li {
    padding: 30px 10px 0 10px; }
  .conditions .marAreaSwiper:after {
    display: block; }
  .conditions .marTableHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .conditions .marTable table {
    cursor: w-resize; }
  .tableCondition .swiper-slide {
    width: 1500px; }
  .step5-1 ul.stepList li .stepTitle .text, .step5-2 ul.stepList li .stepTitle .text {
    font-size: 14px;
    margin: 10px 0px 0 0px;
    letter-spacing: .8px; }
  .characteristic .serviceFeatures {
    margin-left: 50%;
    width: 50%;
    padding: 50px 0; }
  ul.performanceList li {
    width: 46%;
    margin: 0 1.5% 40px 1.5%;
    padding: 25px 20px 30px 20px; }
    ul.performanceList li figure img {
      max-height: 60px; }
  .cultivateGroup {
    min-height: 350px;
    width: 31%; }
    .cultivateGroup:nth-child(2) {
      margin: 0 2%; }
    .cultivateGroup figcaption, .cultivateGroup h4 {
      position: relative;
      left: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
      display: block; }
    .cultivateGroup ul.markList {
      margin: 20px 20px 0 30px; }
  .graduateArea {
    background-position: 60% bottom; }
  .graduateContent {
    width: auto;
    margin-left: 0; }
  ul.messageList {
    width: calc( 100% + 38px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }
    ul.messageList li {
      width: 45%;
      margin: 0 2% 40px 2%; }
  .filterGroup.center .filterSlideArea .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  article.certificate .specialArea .featureBox figure {
    width: 350px; }
  article.underwrite ul.tableListTitle {
    display: block; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(1), article.underwrite ul.tableList.table6 li:nth-child(1) {
    width: 60px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(2), article.underwrite ul.tableList.table6 li:nth-child(2) {
    width: 150px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(3), article.underwrite ul.tableList.table6 li:nth-child(3) {
    width: 110px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(4), article.underwrite ul.tableList.table6 li:nth-child(4) {
    width: 90px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(5), article.underwrite ul.tableList.table6 li:nth-child(5) {
    width: 70px;
    padding: 10px 0px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(6), article.underwrite ul.tableList.table6 li:nth-child(6) {
    width: calc(100% - 540px);
    padding: 10px 0; }
  .bondAnnouncement ul.tableListTitle {
    display: block; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(1), .bondAnnouncement ul.tableList.table5 li:nth-child(1) {
    width: 160px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(2), .bondAnnouncement ul.tableList.table5 li:nth-child(2) {
    width: 110px;
    padding: 10px 0px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(3), .bondAnnouncement ul.tableList.table5 li:nth-child(3) {
    width: 100px;
    padding: 10px 0px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(4), .bondAnnouncement ul.tableList.table5 li:nth-child(4) {
    width: 120px;
    padding: 10px 0px; }
  .bondAnnouncement ul.tableListTitle.table5 li:nth-child(5), .bondAnnouncement ul.tableList.table5 li:nth-child(5) {
    width: calc(100% - 520px);
    padding: 10px 0; }
  .featureBox.half {
    display: block;
    width: auto; }
    .featureBox.half:nth-child(even) {
      margin-left: 0; }
  .featureBox.certificate .selfFeature {
    padding: 0 20px 20px 20px;
    display: block;
    width: auto; }
    .featureBox.certificate .selfFeature ul.markList + .btnArea {
      width: auto; }
    .featureBox.certificate .selfFeature .btnArea {
      position: relative; }
      .featureBox.certificate .selfFeature .btnArea a.btnMore {
        padding: 5px 30px 5px 30px; }
    .featureBox.certificate .selfFeature + .selfFeature {
      margin: 40px 0 0 0; }
      .featureBox.certificate .selfFeature + .selfFeature ul.markList {
        min-height: auto; }
  .featureBox .imgArea p {
    width: 50%;
    margin-left: 3%;
    margin-bottom: 0; }
  .featureBox .btnArea a.btnMore {
    line-height: 1.5em;
    padding: 5px 30px 5px 30px; }
  .selfFeature {
    padding: 0 10px 0 0; }
    .selfFeature + .selfFeature {
      padding: 0 0 0 15px; }
      .selfFeature + .selfFeature::before {
        left: -8%; }
  .featureGroup.web .textArea {
    margin: 0 0 50px 0; }
  .featureGroup.environment .textArea {
    padding: 40px 30px; }
  .featureGroup.governance figure {
    width: auto; }
  .featureGroup.governance .textArea {
    padding: 40px 30px;
    margin: 0; }
  .featureGroup h3 + figure {
    top: 0; }
  .featureGroup figure {
    position: relative;
    width: auto; }
  .featureGroup .textArea {
    display: block;
    width: auto;
    margin: 0 0 50px 0;
    padding: 40px 30px; }
    .featureGroup .textArea p:last-child {
      margin-bottom: 0; }
  ul.friendlyList li {
    padding: 20px 0; }
    ul.friendlyList li figcaption {
      min-height: 55px; }
  .auctionGroup.step {
    padding: 50px 0 30px 0; }
  ul.stepList.step6 li {
    width: calc( 15% - 10px); }
    ul.stepList.step6 li .stepTitle .step::before {
      border-width: 19px 0 19px 15px; }
    ul.stepList.step6 li .stepTitle .step::after {
      border-width: 19px 0 19px 15px; }
  ul.stepList li {
    width: calc( 12% - 7px); }
    ul.stepList li .stepTitle .level {
      font-size: 14px; }
    ul.stepList li .stepTitle .step {
      font-size: 14px;
      letter-spacing: 0.5px; }
    ul.stepList li p {
      padding: 0 0; }
  .fastSlideArea {
    width: auto; }
  ul.tableListTitle li a.link, ul.tableList li a.link {
    margin: 5px 10px; }
  ul.tableListTitle.companyList li, ul.tableList.companyList li {
    padding: 10px 10px; }
  ul.tableListTitle.tool li:nth-child(1), ul.tableList.tool li:nth-child(1) {
    width: 140px;
    padding: 10px 10px 10px 30px; }
  ul.tableListTitle.tool li:nth-child(2), ul.tableList.tool li:nth-child(2) {
    width: calc( 42% - 150px);
    padding: 10px 0; }
  ul.tableListTitle.tool li:nth-child(3), ul.tableList.tool li:nth-child(3) {
    padding: 10px 10px; }
  ul.tableListTitle.news .tag, ul.tableList.news .tag {
    margin: 0 0 0 10px; }
    ul.tableListTitle.news .tag + .tag, ul.tableList.news .tag + .tag {
      margin: 10px 0 0 120px; }
  ul.tableListTitle.news li a.moreDetail, ul.tableList.news li a.moreDetail {
    right: 10px; }
  ul.tableListTitle.news li:nth-child(1), ul.tableList.news li:nth-child(1) {
    width: 250px;
    padding: 10px 10px 10px 20px; }
  ul.tableListTitle.news li:nth-child(2), ul.tableList.news li:nth-child(2) {
    width: calc( 100% - 270px);
    padding: 10px 110px 10px 10px; }
  .underwrite ul.tableListTitle.table4 li, .underwrite ul.tableList.table4 li {
    padding: 10px 20px; }
  ul.tableListTitle.table5 li, ul.tableList.table5 li {
    padding: 10px 20px; }
    ul.tableListTitle.table5 li:nth-child(1), ul.tableList.table5 li:nth-child(1) {
      width: 170px;
      padding: 10px 0 10px 20px; }
    ul.tableListTitle.table5 li:nth-child(2), ul.tableList.table5 li:nth-child(2) {
      width: 110px;
      padding: 10px 0px; }
    ul.tableListTitle.table5 li:nth-child(3), ul.tableList.table5 li:nth-child(3) {
      width: 110px;
      padding: 10px 10px; }
    ul.tableListTitle.table5 li:nth-child(4), ul.tableList.table5 li:nth-child(4) {
      width: 80px;
      padding: 10px 0px; }
    ul.tableListTitle.table5 li:nth-child(5), ul.tableList.table5 li:nth-child(5) {
      width: calc(100% - 500px); }
  ul.tableListTitle.table6 li, ul.tableList.table6 li {
    padding: 10px 10px; }
    ul.tableListTitle.table6 li:nth-child(1), ul.tableList.table6 li:nth-child(1) {
      width: 130px;
      padding: 10px 10px 10px 20px; }
    ul.tableListTitle.table6 li:nth-child(2), ul.tableList.table6 li:nth-child(2) {
      width: 110px;
      text-align: center; }
    ul.tableListTitle.table6 li:nth-child(3), ul.tableList.table6 li:nth-child(3) {
      width: 170px; }
    ul.tableListTitle.table6 li:nth-child(4), ul.tableList.table6 li:nth-child(4) {
      width: calc(100% - 510px); }
    ul.tableListTitle.table6 li:nth-child(5), ul.tableList.table6 li:nth-child(5) {
      width: 65px;
      padding: 5px 10px; }
    ul.tableListTitle.table6 li:nth-child(6), ul.tableList.table6 li:nth-child(6) {
      padding: 10px 20px; }
  ul.tableListTitle.table2 li:nth-child(1), ul.tableList.table2 li:nth-child(1) {
    width: 28%;
    padding: 10px 10px 10px 20px; }
  ul.tableListTitle.table2 li:nth-child(2), ul.tableList.table2 li:nth-child(2) {
    width: 70%;
    padding: 10px 20px 10px 10px; }
  ul.tableList.souvenir {
    border: 2px solid #ce1717;
    margin-bottom: 20px;
    border-radius: 0; }
    ul.tableList.souvenir:nth-child(odd) {
      background: #fff; }
    ul.tableList.souvenir:last-child {
      border-radius: 0;
      border: 2px solid #ce1717; }
    ul.tableList.souvenir li {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      ul.tableList.souvenir li:last-child {
        border-bottom: none; }
      ul.tableList.souvenir li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 14px;
        width: 110px;
        padding: 10px 10px 10px 0;
        text-align: right;
        content: attr(data-label);
        color: #fff;
        background: #ce1717; }
      ul.tableList.souvenir li:nth-child(1), ul.tableList.souvenir li:nth-child(2), ul.tableList.souvenir li:nth-child(3), ul.tableList.souvenir li:nth-child(4), ul.tableList.souvenir li:nth-child(5) {
        width: auto;
        display: block;
        padding: 10px 10px 10px 135px;
        text-align: left; }
        ul.tableList.souvenir li:nth-child(1)::before, ul.tableList.souvenir li:nth-child(2)::before, ul.tableList.souvenir li:nth-child(3)::before, ul.tableList.souvenir li:nth-child(4)::before, ul.tableList.souvenir li:nth-child(5)::before {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          border-left: 0;
          content: attr(data-label);
          color: #fff; }
  ul.tableListTitle {
    display: none; }
    ul.tableListTitle.download1, ul.tableListTitle.download2, ul.tableListTitle.contact {
      display: block; }
    ul.tableListTitle + .tableList.news {
      border-top: 1px solid #e2e2e2;
      border-radius: 15px 15px 0 0; }
    ul.tableListTitle.companyList, ul.tableListTitle.link {
      display: block; }
    .featureBox ul.tableListTitle {
      display: block; }
      .featureBox ul.tableListTitle.table4 li:nth-child(1) {
        padding: 10px 0 10px 30px; }
  ul.quotaList li, ul.businessList li {
    position: relative;
    display: block;
    width: auto;
    text-align: left;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px; }
    ul.quotaList li figcaption, ul.businessList li figcaption {
      text-align: center; }
    ul.quotaList li:nth-child(2), ul.businessList li:nth-child(2) {
      margin: 0 0 20px 0; }
    ul.quotaList li figure, ul.businessList li figure {
      width: 30%;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
    ul.quotaList li p, ul.businessList li p {
      width: 65%;
      display: inline-block;
      vertical-align: middle;
      min-height: auto; }
  .bannerFocus .areaContent {
    text-align: center; }
  .bannerFocus .mainPic {
    width: 70%; }
  .bannerFocus .textArea {
    position: relative;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .immaturityBox {
    width: 90%;
    margin: 0 auto; }
    .immaturityBox .mainPic {
      width: auto;
      display: block;
      margin-bottom: 20px; }
    .immaturityBox .textArea {
      position: relative;
      margin: 0 auto;
      width: auto;
      display: inline-block;
      vertical-align: top;
      top: 0;
      left: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .filterGroup.agent {
    padding: 0 40px; }
    .filterGroup.agent .category-button-prev {
      left: -30px; }
    .filterGroup.agent .category-button-next {
      right: -30px; }
    .filterGroup.agent .filterSlideArea {
      width: auto; }
  .filterGroup .filterSlideArea {
    width: 96%; }
  .departmentGroup {
    padding: 40px 20px; }
    .departmentGroup.half {
      min-height: 406px; }
    .departmentGroup h4 {
      font-size: 18px;
      padding: 0 20px;
      min-width: 170px; }
      .departmentGroup h4.inline {
        width: 230px; }
  .companyGroup h3 {
    font-size: 18px;
    padding: 0 20px;
    min-width: 170px; }
  .philosophyArea {
    padding: 0; }
    .philosophyArea .mainPic {
      position: relative; }
      .philosophyArea .mainPic img {
        width: 80%;
        margin-left: 10%;
        height: auto; }
    .philosophyArea .areaContent .textArea {
      width: 100%;
      padding: 30px 0; }
  .riskMonitoring {
    padding: 0; }
    .riskMonitoring .mainPic {
      position: relative; }
      .riskMonitoring .mainPic img {
        width: 100%;
        height: auto; }
    .riskMonitoring .areaContent .textArea {
      width: 100%;
      padding: 40px 0; }
  .riskProcess {
    padding: 0;
    background: #d6e3ea; }
    .riskProcess .mainPic {
      position: relative; }
      .riskProcess .mainPic img {
        width: 100%;
        height: auto; }
    .riskProcess .areaContent .textArea {
      width: 100%;
      padding: 40px 0; }
  .bannerInside::before {
    font-size: 24px; }
  .bannerInside h1, .bannerInside h2 {
    font-size: 24px; }
  /*--> Home ----------------------------------*/
  .illustration.auction .textArea ul {
    margin-bottom: 20px; }
  .illustration .textArea h3 {
    font-size: 20px; }
  .homeBanner, .bannerInside, .focusContent {
    margin-top: 60px; }
  .header {
    height: 60px;
    background: #e60012; }
    .header.fixed {
      height: 60px; }
      .header.fixed .otherLink {
        display: none;
        opacity: 1; }
    .header .areaContent {
      margin: 0; }
  .logo {
    width: auto; }
    .logo::before {
      display: none; }
    .logo::after {
      display: none; }
    .logo img {
      top: 10px;
      left: 10px;
      width: auto;
      height: 40px;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .buyinArea {
    top: 20px;
    right: 30px;
    bottom: auto; }
  .otherLink {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 10px 15px 0 15px;
    display: none; }
    .otherLink ul {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px 0; }
      .otherLink ul li a {
        color: #fff; }
        .otherLink ul li a:visited {
          color: #fff; }
        .otherLink ul li a:hover {
          color: #fff; }
  .downloadArea {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin: 40px auto 0 auto; }
  .copyright {
    margin-top: 40px; }
  .pipelineArea .noteGroup ul {
    margin: 5px 0 0 15px; }
  .pipelineArea .noteGroup:nth-child(1) {
    display: block;
    width: auto; }
  .pipelineArea .noteGroup:nth-child(2) {
    display: block;
    width: auto; }
  .pipelineArea .noteGroup:nth-child(3) {
    display: block;
    width: auto; }
  /*--> Side Menu ----------------------------------*/
  .menu {
    display: none;
    margin-top: 0; }
    .menu > ul {
      display: block; }
      .menu > ul > li {
        display: block;
        float: none;
        clear: both; }
        .menu > ul > li:hover dl {
          display: none; }
        .menu > ul > li:hover a:before {
          display: none; }
        .menu > ul > li.slide > a .icon-plus:before {
          content: 'u'; }
        .menu > ul > li.slide a:before {
          display: block;
          width: 100%;
          left: 0; }
        .menu > ul > li > a {
          position: relative;
          padding: 0 45px 0 15px;
          display: block; }
          .menu > ul > li > a .icon-plus {
            display: block;
            position: absolute;
            width: 50px;
            top: 0;
            right: 0;
            text-align: center; }
        .menu > ul > li > dl {
          position: relative;
          top: 0;
          left: 0;
          width: auto;
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%); }
          .menu > ul > li > dl a {
            line-height: 2em; }
  a.icon-menu {
    display: block; }
  .sideMenuGroup {
    position: fixed;
    z-index: 90;
    top: 60px;
    padding-top: 0px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 300px;
    height: 0;
    margin: 0;
    padding-right: 0;
    max-height: calc(100% - 60px);
    overflow: auto;
    background: #333;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .sideMenuGroup a.icon-close {
      top: -60px; }
    .sideMenuGroup.menuOpen {
      height: 100%;
      opacity: 1;
      z-index: 99;
      padding-top: 40px; }
      .sideMenuGroup.menuOpen .otherLink {
        display: block; }
      .sideMenuGroup.menuOpen .menu {
        display: block; }
    .sideMenuGroup.menuClose {
      z-index: 90; }
  @-webkit-keyframes tabletMenuOpen {
    0% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuOpen {
    0% {
      opacity: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 1;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuOpen {
    0% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-webkit-keyframes tabletMenuClose {
    0% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuClose {
    0% {
      opacity: 1;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuClose {
    0% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } } }

@media all and (max-width: 680px) {
  ul.antiFraudList li {
    width: 47%; }
  .announcementArea figure {
    width: 100%;
    margin-bottom: 10px; }
  .methodsGroup.half {
    width: auto;
    display: block;
    padding: 40px 20px; }
    .methodsGroup.half:nth-child(even) {
      margin-left: 0; }
  .appearanceArea ul.appearanceList li {
    display: block;
    width: auto; }
  ul.policyList li {
    display: block;
    width: auto; }
  .regulationsArea .regulationsGroup {
    padding: 40px 20px; }
  .regulationsGroup.half {
    width: auto;
    display: block; }
    .regulationsGroup.half:nth-child(even) {
      margin-left: 0; }
  .gameGroup {
    padding: 40px 20px; }
    .gameGroup figure {
      width: 100%;
      margin-bottom: 20px; }
    .gameGroup .btnArea {
      display: block;
      margin: 0; }
  .questionnaireArea {
    padding: 0; }
  .questionnaireGroup {
    padding: 40px 20px; }
    .questionnaireGroup figure {
      width: 100%;
      margin-bottom: 20px; }
    .questionnaireGroup .btnArea {
      display: block;
      margin: 0; }
  .interactiveArea .photoGroup .photoImg {
    width: 47%; }
  ul.diagramList {
    border-radius: 20px; }
    ul.diagramList li .sTitle {
      font-size: 18px; }
    ul.diagramList li .sSubTitle {
      font-size: 16px;
      line-height: 1.3em; }
  /*--> Inside --------------------------------------*/
  ul.tableList.table4:last-child {
    border: 2px solid #ce1717; }
  .ps {
    text-align: left; }
  .purchase .purchaseEnd .endLeft {
    display: block;
    width: auto; }
  .purchase .purchaseEnd .endRight {
    display: block;
    width: auto;
    margin: 20px 0 0 0; }
  .featureBox ul.tableListTitle.table4 li:nth-child(1), .featureBox ul.tableList.table4 li:nth-child(1) {
    padding: 10px 0 10px 5px;
    width: 21%; }
  div.sitemap {
    display: block;
    width: auto; }
  ul.agentListTitle.memento1 li:nth-child(1), ul.agentList.memento1 li:nth-child(1) {
    width: 23%; }
  ul.agentListTitle.memento1 li:nth-child(2), ul.agentList.memento1 li:nth-child(2) {
    width: 23%; }
  ul.agentListTitle.memento1 li:nth-child(3), ul.agentList.memento1 li:nth-child(3) {
    width: 23%; }
  ul.agentListTitle.memento1 li:nth-child(4), ul.agentList.memento1 li:nth-child(4) {
    width: 23%; }
  ul.agentListTitle.memento2 li:nth-child(1), ul.agentList.memento2 li:nth-child(1) {
    width: 24%; }
  ul.agentListTitle.memento2 li:nth-child(2), ul.agentList.memento2 li:nth-child(2) {
    width: 24%; }
  ul.agentListTitle.memento2 li:nth-child(3), ul.agentList.memento2 li:nth-child(3) {
    width: 47%; }
  ul.agentListTitle li, ul.agentList li {
    word-wrap: break-word;
    word-break: break-all; }
  ul.agentListTitle.souvenir li:nth-child(1), ul.agentListTitle.souvenir li:nth-child(2), ul.agentListTitle.souvenir li:nth-child(3) {
    display: inline-block;
    vertical-align: top;
    width: auto; }
  ul.agentList.souvenir li:nth-child(1), ul.agentList.souvenir li:nth-child(2), ul.agentList.souvenir li:nth-child(3) {
    width: auto;
    display: block; }
  ul.agentList.shareholder li::before {
    width: 100px;
    font-size: 14px; }
  ul.agentList.shareholder li:nth-child(3), ul.agentList.shareholder li:nth-child(4) {
    min-height: 65px; }
  ul.agentList.shareholder li:nth-child(1), ul.agentList.shareholder li:nth-child(2), ul.agentList.shareholder li:nth-child(3), ul.agentList.shareholder li:nth-child(4), ul.agentList.shareholder li:nth-child(5) {
    padding: 10px 0 10px 120px;
    letter-spacing: 1px; }
  ul.agentList.ex-dividend li::before {
    width: 100px;
    font-size: 14px; }
  ul.agentList.ex-dividend li:nth-child(1), ul.agentList.ex-dividend li:nth-child(2), ul.agentList.ex-dividend li:nth-child(3), ul.agentList.ex-dividend li:nth-child(4), ul.agentList.ex-dividend li:nth-child(5) {
    padding: 10px 0 10px 120px;
    letter-spacing: 1px; }
  ul.agentList.ex-rights li::before, ul.agentList.capital-reduction li::before {
    width: 100px;
    font-size: 14px; }
  ul.agentList.ex-rights li:nth-child(1), ul.agentList.ex-rights li:nth-child(2), ul.agentList.ex-rights li:nth-child(3), ul.agentList.ex-rights li:nth-child(4), ul.agentList.ex-rights li:nth-child(5), ul.agentList.ex-rights li:nth-child(6), ul.agentList.capital-reduction li:nth-child(1), ul.agentList.capital-reduction li:nth-child(2), ul.agentList.capital-reduction li:nth-child(3), ul.agentList.capital-reduction li:nth-child(4), ul.agentList.capital-reduction li:nth-child(5), ul.agentList.capital-reduction li:nth-child(6) {
    padding: 10px 0 10px 120px;
    letter-spacing: 1px; }
  ul.agentList.capital-increase li::before {
    width: 100px;
    font-size: 14px; }
  ul.agentList.capital-increase li:nth-child(1), ul.agentList.capital-increase li:nth-child(2), ul.agentList.capital-increase li:nth-child(3), ul.agentList.capital-increase li:nth-child(4), ul.agentList.capital-increase li:nth-child(5), ul.agentList.capital-increase li:nth-child(6), ul.agentList.capital-increase li:nth-child(7) {
    padding: 10px 0 10px 120px;
    letter-spacing: 1px; }
  .companyGroup {
    width: auto;
    padding: 40px 20px; }
  .searchArea .selectGroup + .searchGroup {
    margin: 20px 0 0 0; }
  .agentArea ul.tableListTitle.agent li, .agentArea ul.tableList.agent li {
    float: none;
    clear: both;
    display: block;
    width: auto; }
    .agentArea ul.tableListTitle.agent li:nth-child(even), .agentArea ul.tableList.agent li:nth-child(even) {
      background: #f0eae7; }
    .agentArea ul.tableListTitle.agent li:nth-child(2)::before, .agentArea ul.tableList.agent li:nth-child(2)::before {
      border: none; }
  .agentArea ul.tableListTitle li:nth-child(2) {
    display: none; }
  .agentArea ul.tableList:nth-child(odd) {
    background: none; }
  .agentArea ul.tableList:last-child li {
    border-radius: 0 0 15px 15px; }
  .agentDownload ul.tableListTitle {
    display: block; }
  .agentDownload ul.tableListTitle.download4 li:nth-child(2)::after, .agentDownload ul.tableList.download4 li:nth-child(2)::after {
    display: none; }
  .agentDownload ul.tableListTitle.download4 li:nth-child(1), .agentDownload ul.tableListTitle.download4 li:nth-child(3), .agentDownload ul.tableList.download4 li:nth-child(1), .agentDownload ul.tableList.download4 li:nth-child(3) {
    width: calc(100% - 70px); }
  .agentDownload ul.tableListTitle.download4 li:nth-child(3), .agentDownload ul.tableListTitle.download4 li:nth-child(4) {
    display: none; }
  .agentDownload ul.tableList.download4:nth-child(odd) {
    background: #fff; }
  .searchArea {
    text-align: center; }
  .mapLocation {
    padding: 40px 0; }
    .mapLocation .location {
      padding-bottom: 60%; }
  .marArea.bondMarket .thNotice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .marArea.bondMarket .tableWrap .swiper-slide {
    width: 900px; }
  .marArea.bondMarket .marTableHeader {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .marArea.bondMarket .marAreaSwiper:after {
    display: block; }
  .marArea.bondMarket .marTable table {
    cursor: w-resize; }
  .agentArea .btnArea a.btnMore {
    margin: 20px 10px 0 10px; }
    .agentArea .btnArea a.btnMore + a.btnMore {
      margin: 20px 10px 0 10px; }
  .agentArea .pointGroup:nth-child(4) p {
    min-height: auto; }
  .agentArea .pointGroup:nth-child(5) p {
    min-height: auto; }
  .pointGroup.half {
    display: block;
    width: auto; }
    .pointGroup.half:nth-child(even) {
      margin-left: 0; }
  ul.stockStepList li {
    display: block;
    width: auto;
    min-height: auto;
    padding: 30px 20px 0 20px;
    margin: 0 0 45px 0; }
    ul.stockStepList li:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: -34px;
      right: 50%;
      width: 46px;
      height: 46px;
      -webkit-transform: translate(50%, 0) rotate(90deg);
      -ms-transform: translate(50%, 0) rotate(90deg);
      transform: translate(45%, 0%) rotate(90deg); }
    ul.stockStepList li figure {
      width: 75%; }
    ul.stockStepList li:nth-child(2) {
      margin: 0 0 45px 0; }
    ul.stockStepList li:nth-child(3) {
      margin: 0 0 45px 0; }
  .publicSubscription .mainPic {
    display: block;
    width: 40%;
    margin: 0 auto; }
  .publicSubscription ul.purchaseStep {
    display: block;
    width: auto;
    margin: 30px 0 0 0; }
  .characteristic {
    padding-top: 75%;
    background-size: auto 50%; }
    .characteristic .areaContent {
      margin: 0; }
    .characteristic .serviceFeatures {
      margin-left: 0%;
      padding: 60px 24px 80px 24px;
      width: auto;
      background: #edece8 url(../images/underwrite/feature_bg.png) center center no-repeat;
      background-size: auto 100%; }
  .visionArea figure.visionLeft, .visionArea figure.visionRight {
    display: block;
    width: auto; }
  ul.performanceList {
    margin: 0 auto; }
    ul.performanceList li {
      display: block;
      width: auto;
      margin: 0 0 30px 0;
      padding: 20px 20px 40px 20px; }
      ul.performanceList li figure img {
        width: 100%;
        max-height: none; }
      ul.performanceList li h3 {
        height: auto;
        -webkit-line-clamp: initial; }
  .welfareArea::before {
    height: 220px; }
  .welfareGroup .welfare-button-next, .welfareGroup .welfare-button-prev {
    top: 56%; }
  .cultivateGroup {
    display: block;
    width: auto;
    margin-bottom: 40px;
    min-height: auto; }
    .cultivateGroup:nth-child(2) {
      display: block;
      width: auto;
      margin: 0 0 40px; }
    .cultivateGroup figcaption, .cultivateGroup h4 {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
      transform: translateX(-50%) translateY(50%);
      font-size: 20px; }
    .cultivateGroup ul.markList {
      margin: 40px 20px 30px 30px; }
  .photoArea {
    padding: 0; }
    .photoArea .photo {
      position: relative;
      padding-top: 60%;
      margin-bottom: 20px; }
      .photoArea .photo:nth-child(1) {
        width: 100%;
        padding-top: 100%; }
      .photoArea .photo:nth-child(2), .photoArea .photo:nth-child(3), .photoArea .photo:nth-child(4), .photoArea .photo:nth-child(5), .photoArea .photo:nth-child(6) {
        width: 100%;
        left: 0; }
  .benefit {
    display: block;
    width: 150px;
    height: 150px;
    padding: 25px 10px 20px 10px; }
    .fieldwork .benefit {
      display: inline-block; }
    .benefit figure {
      width: 45px; }
    .benefit .text {
      font-size: 14px;
      line-height: 1.5em; }
  .filterGroup .filterSlideArea {
    padding: 0 34px; }
  .filterGroup.agent {
    padding: 0; }
    .filterGroup.agent .category-button-prev {
      left: 5px; }
    .filterGroup.agent .category-button-next {
      right: 5px; }
  .filterGroup.center .filterSlideArea .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  ul.messageList {
    width: auto;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
    ul.messageList li {
      display: block;
      width: auto;
      margin: 0 0 40px 0; }
  .featureBox {
    padding: 40px 20px 30px 20px; }
    .featureBox.takeCare {
      padding: 40px 20px 10px 20px; }
      .featureBox.takeCare .imgArea {
        margin-bottom: 20px; }
    .featureBox h4 {
      min-width: 180px;
      padding: 0; }
    .featureBox h5 {
      margin-bottom: 30px; }
    .featureBox .imgArea figure {
      display: block;
      width: auto; }
    .featureBox .imgArea p {
      display: block;
      width: auto;
      margin: 20px 0 0 0; }
  .selfFeature {
    display: block;
    width: auto;
    padding: 0; }
    .selfFeature + .selfFeature {
      margin: 0;
      padding: 0; }
      .selfFeature + .selfFeature::before {
        display: none; }
  .auctionGroup.step {
    padding: 40px 20px 20px 20px; }
  .step5-1, .step5-2 {
    padding: 0;
    margin-bottom: 40px; }
    .step5-1 h5, .step5-2 h5 {
      position: relative;
      width: auto;
      text-align: left;
      font-size: 20px; }
      .step5-1 h5::after, .step5-2 h5::after {
        z-index: 10;
        top: 850%;
        left: 0%;
        width: 55px;
        height: 800%;
        background: url(../images/underwrite/month_phone.png) left top no-repeat;
        background-size: 100% auto; }
  .step5-2 h5::after {
    top: 980%; }
  ul.stepList {
    margin: 50px 0 0 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
    .step5-1 ul.stepList::before {
      display: none; }
    .step5-1 ul.stepList li {
      display: block;
      width: auto;
      margin-bottom: 25px; }
      .step5-1 ul.stepList li .stepTitle .step::before, .step5-1 ul.stepList li .stepTitle .step::after {
        display: none; }
      .step5-1 ul.stepList li .stepTitle .text {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px); }
    .step5-2 ul.stepList::before {
      display: none; }
    .step5-2 ul.stepList li {
      display: block;
      width: auto;
      margin-bottom: 25px; }
      .step5-2 ul.stepList li .stepTitle {
        height: auto; }
        .step5-2 ul.stepList li .stepTitle .step::before, .step5-2 ul.stepList li .stepTitle .step::after {
          display: none; }
        .step5-2 ul.stepList li .stepTitle .text {
          -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
          transform: translateX(0px);
          margin-bottom: 10px; }
    ul.stepList.step6::before {
      display: none; }
    ul.stepList.step6 li {
      display: block;
      width: auto; }
      ul.stepList.step6 li .stepTitle .step::before, ul.stepList.step6 li .stepTitle .step::after {
        display: none; }
    ul.stepList li {
      display: block;
      width: auto;
      margin: 0; }
      ul.stepList li:last-child .stepTitle::after {
        display: none; }
      ul.stepList li p {
        min-height: auto;
        margin: 10px 0 30px 0; }
        ul.stepList li p::after {
          display: none; }
      ul.stepList li .stepTitle {
        height: auto; }
        ul.stepList li .stepTitle .level {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
          ul.stepList li .stepTitle .level::before, ul.stepList li .stepTitle .level::after {
            display: none; }
        ul.stepList li .stepTitle .step {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          margin-top: 0; }
        ul.stepList li .stepTitle::before {
          display: none; }
        ul.stepList li .stepTitle::after {
          border: none;
          font-family: "osc";
          content: 'm';
          top: 100%;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: auto;
          color: #bb9e6b; }
  .auctionWay h3 {
    font-size: 20px;
    min-width: 200px; }
  .fastSlideArea {
    padding: 0 30px;
    font-size: 16px; }
    .fastSlideArea .fast-button-prev, .fastSlideArea .fast-button-next {
      top: 7px; }
    .fastSlideArea a.fastLink {
      width: 90%; }
  ul.faqList > li .bbsArticle {
    padding: 0 15px 10px 15px; }
  .auctionGroup {
    position: relative;
    padding: 40px 20px 20px 20px; }
  ul.quotaList li figure, ul.businessList li figure {
    display: block;
    width: auto; }
  ul.quotaList li p, ul.businessList li p {
    display: block;
    width: auto;
    text-align: center; }
  ul.friendlyList {
    margin: 40px 0; }
    ul.friendlyList li {
      position: relative;
      display: block;
      width: auto;
      padding: 20px 20px 10px 20px;
      margin-bottom: 20px; }
      ul.friendlyList li figcaption {
        text-align: center;
        min-height: auto; }
      ul.friendlyList li:nth-child(2) {
        margin: 0 0 20px 0; }
  .bannerFocus h1 {
    font-size: 24px; }
  .bannerFocus h2 {
    font-size: 20px; }
  .bannerFocus .btnArea {
    text-align: center; }
  .bannerFocus .mainPic {
    width: auto; }
  .bannerFocus.invest .textArea {
    width: auto; }
  .immaturityBox {
    width: auto;
    padding: 20px; }
  .bannerInside::before {
    font-size: 24px; }
  .bannerInside h1, .bannerInside h2 {
    font-size: 24px; }
  article.certificate .specialArea .featureBox figure {
    width: auto; }
  article.underwrite ul.tableListTitle {
    display: none; }
  article.underwrite ul.tableListTitle.table6, article.underwrite ul.tableList.table6 {
    border: 2px solid #ce1717;
    margin-bottom: 20px;
    border-radius: 0; }
    article.underwrite ul.tableListTitle.table6:nth-child(odd), article.underwrite ul.tableList.table6:nth-child(odd) {
      background: #fff; }
    article.underwrite ul.tableListTitle.table6:last-child, article.underwrite ul.tableList.table6:last-child {
      border-radius: 0;
      border: 2px solid #ce1717; }
    article.underwrite ul.tableListTitle.table6 li, article.underwrite ul.tableList.table6 li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      article.underwrite ul.tableListTitle.table6 li:last-child, article.underwrite ul.tableList.table6 li:last-child {
        border-bottom: none; }
      article.underwrite ul.tableListTitle.table6 li::before, article.underwrite ul.tableList.table6 li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 14px;
        width: 125px;
        padding: 10px 10px 10px 0;
        text-align: right;
        content: attr(data-label);
        color: #fff;
        background: #ce1717; }
      article.underwrite ul.tableListTitle.table6 li:nth-child(1), article.underwrite ul.tableListTitle.table6 li:nth-child(2), article.underwrite ul.tableListTitle.table6 li:nth-child(3), article.underwrite ul.tableListTitle.table6 li:nth-child(4), article.underwrite ul.tableListTitle.table6 li:nth-child(5), article.underwrite ul.tableListTitle.table6 li:nth-child(6), article.underwrite ul.tableList.table6 li:nth-child(1), article.underwrite ul.tableList.table6 li:nth-child(2), article.underwrite ul.tableList.table6 li:nth-child(3), article.underwrite ul.tableList.table6 li:nth-child(4), article.underwrite ul.tableList.table6 li:nth-child(5), article.underwrite ul.tableList.table6 li:nth-child(6) {
        width: auto;
        display: block;
        padding: 10px 10px 10px 150px;
        text-align: center; }
  article.underwrite .btnArea a.btnMore {
    display: block;
    margin: 0 auto; }
    article.underwrite .btnArea a.btnMore + a.btnMore {
      margin: 20px auto 0 auto; }
  .bondAnnouncement ul.tableListTitle.table5, .bondAnnouncement ul.tableList.table5 {
    border: 2px solid #ce1717;
    margin-bottom: 20px;
    border-radius: 0; }
    .bondAnnouncement ul.tableListTitle.table5:nth-child(2), .bondAnnouncement ul.tableList.table5:nth-child(2) {
      border-radius: 0;
      border-top: 2px solid #ce1717; }
    .bondAnnouncement ul.tableListTitle.table5:nth-child(odd), .bondAnnouncement ul.tableList.table5:nth-child(odd) {
      background: #fff; }
    .bondAnnouncement ul.tableListTitle.table5:last-child, .bondAnnouncement ul.tableList.table5:last-child {
      border-radius: 0;
      border: 2px solid #ce1717; }
    .bondAnnouncement ul.tableListTitle.table5 li, .bondAnnouncement ul.tableList.table5 li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .bondAnnouncement ul.tableListTitle.table5 li:last-child, .bondAnnouncement ul.tableList.table5 li:last-child {
        border-bottom: none; }
      .bondAnnouncement ul.tableListTitle.table5 li::before, .bondAnnouncement ul.tableList.table5 li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 14px;
        width: 125px;
        padding: 10px 10px 10px 0;
        text-align: right;
        content: attr(data-label);
        color: #fff;
        background: #ce1717; }
      .bondAnnouncement ul.tableListTitle.table5 li:nth-child(1), .bondAnnouncement ul.tableListTitle.table5 li:nth-child(2), .bondAnnouncement ul.tableListTitle.table5 li:nth-child(3), .bondAnnouncement ul.tableListTitle.table5 li:nth-child(4), .bondAnnouncement ul.tableListTitle.table5 li:nth-child(5), .bondAnnouncement ul.tableList.table5 li:nth-child(1), .bondAnnouncement ul.tableList.table5 li:nth-child(2), .bondAnnouncement ul.tableList.table5 li:nth-child(3), .bondAnnouncement ul.tableList.table5 li:nth-child(4), .bondAnnouncement ul.tableList.table5 li:nth-child(5) {
        width: auto;
        display: block;
        padding: 10px 10px 10px 150px;
        text-align: center; }
  .tableArea .noteArea .left {
    padding: 0 15px; }
  .tableArea .appDownload {
    display: block;
    margin-left: 0; }
    .tableArea .appDownload + .appDownload {
      margin-top: 10px; }
  ul.tableList.link:nth-child(odd), ul.tableList.companyList:nth-child(odd) {
    background: #fff; }
  ul.tableList.companyList li:nth-child(1), ul.tableList.companyList li:nth-child(2), ul.tableList.companyList li:nth-child(3) {
    width: auto;
    display: block; }
  ul.tableList.terms {
    border: 2px solid #ce1717;
    margin-bottom: 20px;
    border-radius: 0; }
    ul.tableList.terms:nth-child(odd) {
      background: #fff; }
    ul.tableList.terms:last-child {
      border-radius: 0;
      border: 2px solid #ce1717; }
    ul.tableList.terms li {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      ul.tableList.terms li:last-child {
        border-bottom: none; }
      ul.tableList.terms li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 14px;
        width: 80px;
        padding: 10px 10px 10px 0;
        text-align: right;
        content: attr(data-label);
        color: #fff;
        background: #ce1717; }
      ul.tableList.terms li:nth-child(1), ul.tableList.terms li:nth-child(2), ul.tableList.terms li:nth-child(3), ul.tableList.terms li:nth-child(4) {
        width: auto;
        display: block;
        padding: 10px 10px 10px 105px;
        text-align: left; }
        ul.tableList.terms li:nth-child(1)::before, ul.tableList.terms li:nth-child(2)::before, ul.tableList.terms li:nth-child(3)::before, ul.tableList.terms li:nth-child(4)::before {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          border-left: 0;
          content: attr(data-label);
          color: #fff; }
  ul.tableList.tool {
    border: 2px solid #ce1717;
    margin-bottom: 20px;
    border-radius: 0; }
    ul.tableList.tool:nth-child(odd) {
      background: #fff; }
    ul.tableList.tool:last-child {
      border-radius: 0;
      border: 2px solid #ce1717; }
    ul.tableList.tool li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      ul.tableList.tool li:last-child {
        border-bottom: none; }
      ul.tableList.tool li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 14px;
        width: 125px;
        padding: 10px 10px 10px 0;
        text-align: right;
        content: attr(data-label);
        color: #fff;
        background: #ce1717; }
      ul.tableList.tool li:nth-child(1) {
        display: block;
        width: auto;
        text-align: center;
        padding: 10px 10px 10px 10px;
        background: #f2e6bc; }
        ul.tableList.tool li:nth-child(1)::before {
          display: none; }
      ul.tableList.tool li:nth-child(2), ul.tableList.tool li:nth-child(3), ul.tableList.tool li:nth-child(4) {
        width: auto;
        display: block;
        padding: 10px 10px 10px 150px;
        text-align: left; }
  .underwrite ul.tableList.table4 li {
    padding: 10px 10px; }
    .underwrite ul.tableList.table4 li:nth-child(1) {
      width: 24%; }
  ul.tableList.contact li:nth-child(1) {
    padding-left: 20px; }
  ul.tableList.news .tag {
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    color: #999; }
    ul.tableList.news .tag + .tag {
      margin: 0; }
    ul.tableList.news .tag::before {
      content: '/';
      margin-right: 5px; }
  ul.tableList.news li a {
    padding-right: 0; }
  ul.tableList.news li span.moreDetail {
    display: block;
    width: 100px;
    text-align: center;
    margin: 10px auto 10px auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: 10px; }
  ul.tableList.news li:nth-child(1) {
    width: auto;
    padding: 10px 10px 0 10px;
    display: block; }
  ul.tableList.news li:nth-child(2) {
    display: block;
    width: auto;
    padding: 10px 10px 10px 10px; }
    ul.tableList.news li:nth-child(2) a {
      padding: 0 0 50px 0; }
  ul.tableListTitle {
    font-size: 16px; }
    ul.tableListTitle.table6, ul.tableListTitle.news {
      display: none; }
    ul.tableListTitle.table2 {
      text-align: left; }
      ul.tableListTitle.table2 li:nth-child(1), ul.tableListTitle.table2 li:nth-child(2) {
        display: inline-block;
        vertical-align: top; }
      ul.tableListTitle.table2 li:nth-child(1) {
        padding: 10px 0 10px 20px; }
      ul.tableListTitle.table2 li:nth-child(2) {
        padding: 10px 20px 10px 0; }
        ul.tableListTitle.table2 li:nth-child(2)::before {
          content: '/';
          margin-right: 5px; }
    .underwrite ul.tableListTitle.table4 {
      font-size: 13px;
      line-height: 1.5em; }
      .underwrite ul.tableListTitle.table4 li {
        padding: 10px 10px;
        vertical-align: middle; }
        .underwrite ul.tableListTitle.table4 li:nth-child(1) {
          width: 24%; }
    ul.tableListTitle.table5, ul.tableListTitle.tool, ul.tableListTitle.terms {
      display: none; }
    ul.tableListTitle.contact li:nth-child(1) {
      padding-left: 20px; }
    ul.tableListTitle.news li:nth-child(1) {
      width: auto;
      padding: 10px 10px 10px 10px; }
    ul.tableListTitle.news li:nth-child(2) {
      width: auto; }
  .aboutBox ul.tableList.table6 li:nth-child(3) {
    min-height: auto; }
  ul.tableListTitle.link::before, ul.tableListTitle.link::after, ul.tableList.link::before, ul.tableList.link::after {
    display: none; }
  ul.tableListTitle.link li, ul.tableList.link li {
    padding: 10px 20px;
    border-top: 1px solid #e2e2e2; }
    ul.tableListTitle.link li:nth-child(1), ul.tableListTitle.link li:nth-child(2), ul.tableListTitle.link li:nth-child(3), ul.tableList.link li:nth-child(1), ul.tableList.link li:nth-child(2), ul.tableList.link li:nth-child(3) {
      display: block;
      width: auto; }
  ul.tableListTitle.download2 li:nth-child(1), ul.tableList.download2 li:nth-child(1) {
    width: 80px;
    padding: 10px 0 0 10px; }
  ul.tableListTitle.download2 li:nth-child(2), ul.tableList.download2 li:nth-child(2) {
    width: calc(100% - 100px);
    padding: 10px 0; }
  ul.tableListTitle.table5, ul.tableList.table5 {
    border: 2px solid #ce1717;
    border-radius: 0;
    margin-bottom: 20px; }
    ul.tableListTitle.table5:nth-child(odd), ul.tableList.table5:nth-child(odd) {
      background: #fff; }
    ul.tableListTitle.table5:last-child, ul.tableList.table5:last-child {
      border-radius: 0;
      border: 2px solid #ce1717; }
    ul.tableListTitle.table5 li, ul.tableList.table5 li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      ul.tableListTitle.table5 li:last-child, ul.tableList.table5 li:last-child {
        border-bottom: none; }
      ul.tableListTitle.table5 li::before, ul.tableList.table5 li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 14px;
        width: 125px;
        padding: 10px 10px 10px 0;
        text-align: right;
        content: attr(data-label);
        color: #fff;
        background: #ce1717; }
      ul.tableListTitle.table5 li:nth-child(1), ul.tableListTitle.table5 li:nth-child(2), ul.tableListTitle.table5 li:nth-child(3), ul.tableListTitle.table5 li:nth-child(4), ul.tableListTitle.table5 li:nth-child(5), ul.tableList.table5 li:nth-child(1), ul.tableList.table5 li:nth-child(2), ul.tableList.table5 li:nth-child(3), ul.tableList.table5 li:nth-child(4), ul.tableList.table5 li:nth-child(5) {
        display: block;
        width: auto;
        padding: 10px 10px 10px 150px;
        text-align: center; }
  ul.tableListTitle.table6, ul.tableList.table6 {
    position: relative; }
    ul.tableListTitle.table6:nth-child(2), ul.tableList.table6:nth-child(2) {
      border-top: 1px solid #e2e2e2;
      border-radius: 15px 15px 0 0; }
    ul.tableListTitle.table6 li, ul.tableList.table6 li {
      padding: 10px 20px; }
      ul.tableListTitle.table6 li .noData, ul.tableList.table6 li .noData {
        padding-top: 0; }
      ul.tableListTitle.table6 li:nth-child(1), ul.tableList.table6 li:nth-child(1) {
        width: auto;
        padding: 10px 10px 10px 20px; }
      ul.tableListTitle.table6 li:nth-child(2), ul.tableList.table6 li:nth-child(2) {
        width: auto;
        padding: 10px 0; }
        ul.tableListTitle.table6 li:nth-child(2) span::before, ul.tableList.table6 li:nth-child(2) span::before {
          content: attr(data-phone); }
      ul.tableListTitle.table6 li:nth-child(3), ul.tableList.table6 li:nth-child(3) {
        display: block;
        width: auto;
        padding: 0 20px;
        min-height: 65px; }
      ul.tableListTitle.table6 li:nth-child(4), ul.tableList.table6 li:nth-child(4) {
        width: auto; }
      ul.tableListTitle.table6 li:nth-child(5), ul.tableList.table6 li:nth-child(5) {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 10px; }
      ul.tableListTitle.table6 li:nth-child(6) iframe, ul.tableList.table6 li:nth-child(6) iframe {
        height: 250px; }
  ul.tableListTitle.table2 li:nth-child(1), ul.tableList.table2 li:nth-child(1) {
    display: block;
    width: auto;
    padding: 10px 20px;
    border-bottom: 1px dashed #bb9e6b; }
  ul.tableListTitle.table2 li:nth-child(2), ul.tableList.table2 li:nth-child(2) {
    display: block;
    width: auto;
    padding: 10px 20px; }
  ul.tableListTitle.table3 li:nth-child(1), ul.tableList.table3 li:nth-child(1) {
    width: 70px;
    text-align: center; }
  ul.tableListTitle.table3 li:nth-child(2), ul.tableList.table3 li:nth-child(2) {
    width: calc(50% - 45px); }
  ul.tableListTitle.table3 li:nth-child(3), ul.tableList.table3 li:nth-child(3) {
    width: calc(50% - 45px); }
  ul.tableListTitle li, ul.tableList li {
    padding: 10px 5px;
    word-wrap: break-word;
    word-break: break-all; }
  ul.tableListTitle.link li {
    border-top: none; }
  .departmentGroup.half {
    display: block;
    width: auto;
    min-height: auto; }
    .departmentGroup.half:nth-child(odd) {
      margin-left: 0; }
  .departmentGroup h4 {
    font-size: 18px;
    margin-bottom: 30px; }
  .selfOperated {
    display: block;
    width: auto;
    padding: 0; }
    .selfOperated + .selfOperated {
      margin: 40px 0 0 0; }
      .selfOperated + .selfOperated::before {
        display: none; }
  .companyGroup h4 {
    font-size: 18px;
    margin-bottom: 30px; }
  .companyTop::after {
    display: none; }
  .companyDetail {
    display: block;
    width: auto;
    padding: 0; }
    .companyDetail + .companyDetail {
      margin: 40px 0 0 0; }
  .philosophyArea .mainPic img {
    width: 100%;
    margin-left: 0; }
  .aboutContent h2 {
    font-size: 22px; }
  ul.yearLine:before {
    left: 0; }
  ul.yearLine:after {
    left: 0; }
  ul.yearLine li:nth-child(odd) {
    width: auto;
    margin-left: 0; }
    ul.yearLine li:nth-child(odd) p {
      margin-bottom: 20px; }
  ul.yearLine li:nth-child(even) {
    width: auto;
    text-align: left; }
    ul.yearLine li:nth-child(even) .year {
      margin-left: 30px; }
    ul.yearLine li:nth-child(even) p {
      margin-bottom: 20px; }
    ul.yearLine li:nth-child(even) .yearPoint {
      float: left; }
  ul.yearLine li:last-child .year::after {
    right: auto;
    left: 70px; }
  /*--> Cookie --------------------------------------*/
  .cookieArea p {
    margin-right: 0; }
  .cookieArea div.btnAccept {
    position: relative;
    top: 0;
    display: block;
    width: 180px;
    text-align: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 20px auto 0 auto; }
  /*--> Home ----------------------------------*/
  .homeBanner .swiper-pagination-bullet, .newsSlide .swiper-pagination-bullet, .esgSlide .swiper-pagination-bullet {
    width: 30px; }
  .illustration {
    max-width: 100%;
    overflow: hidden; }
    .illustration.account .textArea {
      padding: 0; }
    .illustration.invest .textArea {
      padding-top: 20px; }
    .illustration.auction::after {
      display: none; }
    .illustration.auction .textArea {
      padding-top: 20px; }
      .illustration.auction .textArea ul {
        text-align: left;
        margin-bottom: 40px; }
    .illustration.auction .afterPic {
      width: 200%; }
    .illustration.auction .areaContent {
      padding-bottom: 35%; }
    .illustration figure.mainPic {
      display: block;
      width: auto; }
    .illustration .textArea {
      position: relative;
      display: block;
      width: auto;
      text-align: center;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
      .illustration .textArea p {
        margin-bottom: 40px; }
  .homeEsg h2, .homeEsg h3 {
    font-size: 24px; }
  .homeEsg .swiper-slide figure a .text {
    font-size: 14px;
    padding: 0 5px; }
  .pipelineArea {
    padding: 40px 0 0 0; }
    .pipelineArea .pipelineGroup {
      margin-bottom: 20px; }
      .pipelineArea .pipelineGroup:first-child p {
        display: block;
        margin-left: 0; }
    .pipelineArea .noteArea {
      display: block;
      width: auto; }
      .pipelineArea .noteArea p {
        margin-left: 0; }
  /*--> Global ----------------------------------*/
  .phoneBlock {
    display: block; }
  #topcontrol {
    margin-right: 10px;
    margin-bottom: 10px; }
  .areaContent {
    margin: 0 24px; }
    .areaContent.society {
      margin: 0; }
  .downloadArea {
    width: auto;
    margin: 40px 0 0 0; }
  .addressArea {
    width: auto; }

  /*--> Header ----------------------------------*/
  .buyinArea {
    text-align: center;
    width: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none; }
  .sideMenuGroup {
    width: auto;
    left: 0; }
    .sideMenuGroup.menuOpen .buyinArea {
      display: block; } }

@media all and (max-width: 400px) {
  ul.agentListTitle.memento1 li:nth-child(1), ul.agentList.memento1 li:nth-child(1) {
    width: 22.5%; }
  ul.agentListTitle.memento1 li:nth-child(2), ul.agentList.memento1 li:nth-child(2) {
    width: 22.5%; }
  ul.agentListTitle.memento1 li:nth-child(3), ul.agentList.memento1 li:nth-child(3) {
    width: 22.5%; }
  ul.agentListTitle.memento1 li:nth-child(4), ul.agentList.memento1 li:nth-child(4) {
    width: 22.5%; }
  ul.agentListTitle.memento2 li:nth-child(1), ul.agentList.memento2 li:nth-child(1) {
    width: 23%; }
  ul.agentListTitle.memento2 li:nth-child(2), ul.agentList.memento2 li:nth-child(2) {
    width: 23%; }
  ul.agentListTitle.memento2 li:nth-child(3), ul.agentList.memento2 li:nth-child(3) {
    width: 47%; }
  div.sitemap {
    display: block;
    width: auto; }
  .articleContent a.btnMore {
    padding: 0 20px 0 30px; }
  article.underwrite ul.tableListTitle.table6 li::before, article.underwrite ul.tableList.table6 li::before {
    width: 80px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(2), article.underwrite ul.tableList.table6 li:nth-child(2) {
    min-height: 68px; }
  article.underwrite ul.tableListTitle.table6 li:nth-child(1), article.underwrite ul.tableListTitle.table6 li:nth-child(2), article.underwrite ul.tableListTitle.table6 li:nth-child(3), article.underwrite ul.tableListTitle.table6 li:nth-child(4), article.underwrite ul.tableListTitle.table6 li:nth-child(5), article.underwrite ul.tableListTitle.table6 li:nth-child(6), article.underwrite ul.tableList.table6 li:nth-child(1), article.underwrite ul.tableList.table6 li:nth-child(2), article.underwrite ul.tableList.table6 li:nth-child(3), article.underwrite ul.tableList.table6 li:nth-child(4), article.underwrite ul.tableList.table6 li:nth-child(5), article.underwrite ul.tableList.table6 li:nth-child(6) {
    width: auto;
    padding: 10px 10px 10px 100px;
    text-align: center; }
  ul.tableList.tool li:nth-child(2), ul.tableList.tool li:nth-child(3), ul.tableList.tool li:nth-child(4), ul.tableListTitle.tool li:nth-child(2), ul.tableListTitle.tool li:nth-child(3), ul.tableListTitle.tool li:nth-child(4) {
    width: auto;
    padding: 10px 10px 10px 130px; }
    ul.tableList.tool li:nth-child(2)::before, ul.tableList.tool li:nth-child(3)::before, ul.tableList.tool li:nth-child(4)::before, ul.tableListTitle.tool li:nth-child(2)::before, ul.tableListTitle.tool li:nth-child(3)::before, ul.tableListTitle.tool li:nth-child(4)::before {
      width: 110px; }
  .underwrite ul.tableList.table4 li, .underwrite ul.tableListTitle.table4 li {
    padding: 5px 5px;
    word-wrap: break-word;
    word-break: break-all; }
    .underwrite ul.tableList.table4 li:nth-child(1), .underwrite ul.tableListTitle.table4 li:nth-child(1) {
      width: 24%; }
    .underwrite ul.tableList.table4 li:nth-child(2), .underwrite ul.tableListTitle.table4 li:nth-child(2) {
      width: 22%; }
    .underwrite ul.tableList.table4 li:nth-child(3), .underwrite ul.tableListTitle.table4 li:nth-child(3) {
      width: 22%; }
    .underwrite ul.tableList.table4 li:nth-child(4), .underwrite ul.tableListTitle.table4 li:nth-child(4) {
      width: 22%; }
  ul.tableList.table5 li::before, ul.tableListTitle.table5 li::before {
    width: 75px; }
  ul.tableList.table5 li:nth-child(1), ul.tableListTitle.table5 li:nth-child(1) {
    min-height: 68px; }
  ul.tableList.table5 li:nth-child(1), ul.tableList.table5 li:nth-child(2), ul.tableList.table5 li:nth-child(3), ul.tableList.table5 li:nth-child(4), ul.tableList.table5 li:nth-child(5), ul.tableListTitle.table5 li:nth-child(1), ul.tableListTitle.table5 li:nth-child(2), ul.tableListTitle.table5 li:nth-child(3), ul.tableListTitle.table5 li:nth-child(4), ul.tableListTitle.table5 li:nth-child(5) {
    width: auto;
    padding: 10px 10px 10px 95px;
    text-align: center; }
  ul.tableList.souvenir li::before, ul.tableListTitle.souvenir li::before {
    width: 75px; }
  ul.tableList.souvenir li:nth-child(1), ul.tableList.souvenir li:nth-child(2), ul.tableListTitle.souvenir li:nth-child(1), ul.tableListTitle.souvenir li:nth-child(2) {
    min-height: 68px; }
  ul.tableList.souvenir li:nth-child(1), ul.tableList.souvenir li:nth-child(2), ul.tableList.souvenir li:nth-child(3), ul.tableList.souvenir li:nth-child(4), ul.tableList.souvenir li:nth-child(5), ul.tableListTitle.souvenir li:nth-child(1), ul.tableListTitle.souvenir li:nth-child(2), ul.tableListTitle.souvenir li:nth-child(3), ul.tableListTitle.souvenir li:nth-child(4), ul.tableListTitle.souvenir li:nth-child(5) {
    width: auto;
    padding: 10px 10px 10px 95px;
    text-align: left; } }
